@Stability(value=Stable) public static final class CfnComponentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentProps>
CfnComponentProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnComponentProps.Builder name(String name)
CfnComponentProps.getName()name - `AWS::ImageBuilder::Component.Name`. This parameter is required.this@Stability(value=Stable) public CfnComponentProps.Builder platform(String platform)
CfnComponentProps.getPlatform()platform - `AWS::ImageBuilder::Component.Platform`. This parameter is required.this@Stability(value=Stable) public CfnComponentProps.Builder version(String version)
CfnComponentProps.getVersion()version - `AWS::ImageBuilder::Component.Version`. This parameter is required.this@Stability(value=Stable) public CfnComponentProps.Builder changeDescription(String changeDescription)
CfnComponentProps.getChangeDescription()changeDescription - `AWS::ImageBuilder::Component.ChangeDescription`.this@Stability(value=Stable) public CfnComponentProps.Builder data(String data)
CfnComponentProps.getData()data - `AWS::ImageBuilder::Component.Data`.this@Stability(value=Stable) public CfnComponentProps.Builder description(String description)
CfnComponentProps.getDescription()description - `AWS::ImageBuilder::Component.Description`.this@Stability(value=Stable) public CfnComponentProps.Builder kmsKeyId(String kmsKeyId)
CfnComponentProps.getKmsKeyId()kmsKeyId - `AWS::ImageBuilder::Component.KmsKeyId`.this@Stability(value=Stable) public CfnComponentProps.Builder supportedOsVersions(List<String> supportedOsVersions)
CfnComponentProps.getSupportedOsVersions()supportedOsVersions - `AWS::ImageBuilder::Component.SupportedOsVersions`.this@Stability(value=Stable) public CfnComponentProps.Builder tags(Map<String,String> tags)
CfnComponentProps.getTags()tags - `AWS::ImageBuilder::Component.Tags`.this@Stability(value=Stable) public CfnComponentProps.Builder uri(String uri)
CfnComponentProps.getUri()uri - `AWS::ImageBuilder::Component.Uri`.this@Stability(value=Stable) public CfnComponentProps build()
build in interface software.amazon.jsii.Builder<CfnComponentProps>CfnComponentPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.