@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 - The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline. This parameter is required.this@Stability(value=Stable) public CfnImageProps.Builder containerRecipeArn(String containerRecipeArn)
CfnImageProps.getContainerRecipeArn()containerRecipeArn - The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.this@Stability(value=Stable) public CfnImageProps.Builder distributionConfigurationArn(String distributionConfigurationArn)
CfnImageProps.getDistributionConfigurationArn()distributionConfigurationArn - The Amazon Resource Name (ARN) of the distribution configuration.this@Stability(value=Stable) public CfnImageProps.Builder enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
CfnImageProps.getEnhancedImageMetadataEnabled()enhancedImageMetadataEnabled - Collects additional information about the image being created, including the operating system (OS) version and package list.
This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.this@Stability(value=Stable) public CfnImageProps.Builder enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled)
CfnImageProps.getEnhancedImageMetadataEnabled()enhancedImageMetadataEnabled - Collects additional information about the image being created, including the operating system (OS) version and package list.
This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.this@Stability(value=Stable) public CfnImageProps.Builder imageRecipeArn(String imageRecipeArn)
CfnImageProps.getImageRecipeArn()imageRecipeArn - The Amazon Resource Name (ARN) of the image recipe.this@Stability(value=Stable) public CfnImageProps.Builder imageTestsConfiguration(CfnImage.ImageTestsConfigurationProperty imageTestsConfiguration)
CfnImageProps.getImageTestsConfiguration()imageTestsConfiguration - The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.this@Stability(value=Stable) public CfnImageProps.Builder imageTestsConfiguration(IResolvable imageTestsConfiguration)
CfnImageProps.getImageTestsConfiguration()imageTestsConfiguration - The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.this@Stability(value=Stable) public CfnImageProps.Builder tags(Map<String,String> tags)
CfnImageProps.getTags()tags - The tags of the image.this@Stability(value=Stable) public CfnImageProps build()
build in interface software.amazon.jsii.Builder<CfnImageProps>CfnImagePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.