@Stability(value=Stable) public static final class CfnImageProps.Builder extends Object implements software.amazon.jsii.Builder<CfnImageProps>
CfnImageProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnImageProps.Builder infrastructureConfigurationArn(String infrastructureConfigurationArn)
CfnImageProps.getInfrastructureConfigurationArn()infrastructureConfigurationArn - `AWS::ImageBuilder::Image.InfrastructureConfigurationArn`. This parameter is required.this@Stability(value=Stable) public CfnImageProps.Builder containerRecipeArn(String containerRecipeArn)
CfnImageProps.getContainerRecipeArn()containerRecipeArn - `AWS::ImageBuilder::Image.ContainerRecipeArn`.this@Stability(value=Stable) public CfnImageProps.Builder distributionConfigurationArn(String distributionConfigurationArn)
CfnImageProps.getDistributionConfigurationArn()distributionConfigurationArn - `AWS::ImageBuilder::Image.DistributionConfigurationArn`.this@Stability(value=Stable) public CfnImageProps.Builder enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
CfnImageProps.getEnhancedImageMetadataEnabled()enhancedImageMetadataEnabled - `AWS::ImageBuilder::Image.EnhancedImageMetadataEnabled`.this@Stability(value=Stable) public CfnImageProps.Builder enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled)
CfnImageProps.getEnhancedImageMetadataEnabled()enhancedImageMetadataEnabled - `AWS::ImageBuilder::Image.EnhancedImageMetadataEnabled`.this@Stability(value=Stable) public CfnImageProps.Builder imageRecipeArn(String imageRecipeArn)
CfnImageProps.getImageRecipeArn()imageRecipeArn - `AWS::ImageBuilder::Image.ImageRecipeArn`.this@Stability(value=Stable) public CfnImageProps.Builder imageTestsConfiguration(CfnImage.ImageTestsConfigurationProperty imageTestsConfiguration)
CfnImageProps.getImageTestsConfiguration()imageTestsConfiguration - `AWS::ImageBuilder::Image.ImageTestsConfiguration`.this@Stability(value=Stable) public CfnImageProps.Builder imageTestsConfiguration(IResolvable imageTestsConfiguration)
CfnImageProps.getImageTestsConfiguration()imageTestsConfiguration - `AWS::ImageBuilder::Image.ImageTestsConfiguration`.this@Stability(value=Stable) public CfnImageProps.Builder tags(Map<String,String> tags)
CfnImageProps.getTags()tags - `AWS::ImageBuilder::Image.Tags`.this@Stability(value=Stable) public CfnImageProps build()
build in interface software.amazon.jsii.Builder<CfnImageProps>CfnImagePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.