@Stability(value=Stable) public static final class CfnImageRecipeProps.Builder extends Object implements software.amazon.jsii.Builder<CfnImageRecipeProps>
CfnImageRecipeProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnImageRecipeProps.Builder components(IResolvable components)
CfnImageRecipeProps.getComponents()components - `AWS::ImageBuilder::ImageRecipe.Components`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipeProps.Builder components(List<? extends Object> components)
CfnImageRecipeProps.getComponents()components - `AWS::ImageBuilder::ImageRecipe.Components`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipeProps.Builder name(String name)
CfnImageRecipeProps.getName()name - `AWS::ImageBuilder::ImageRecipe.Name`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipeProps.Builder parentImage(String parentImage)
CfnImageRecipeProps.getParentImage()parentImage - `AWS::ImageBuilder::ImageRecipe.ParentImage`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipeProps.Builder version(String version)
CfnImageRecipeProps.getVersion()version - `AWS::ImageBuilder::ImageRecipe.Version`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipeProps.Builder blockDeviceMappings(IResolvable blockDeviceMappings)
CfnImageRecipeProps.getBlockDeviceMappings()blockDeviceMappings - `AWS::ImageBuilder::ImageRecipe.BlockDeviceMappings`.this@Stability(value=Stable) public CfnImageRecipeProps.Builder blockDeviceMappings(List<? extends Object> blockDeviceMappings)
CfnImageRecipeProps.getBlockDeviceMappings()blockDeviceMappings - `AWS::ImageBuilder::ImageRecipe.BlockDeviceMappings`.this@Stability(value=Stable) public CfnImageRecipeProps.Builder description(String description)
CfnImageRecipeProps.getDescription()description - `AWS::ImageBuilder::ImageRecipe.Description`.this@Stability(value=Stable) public CfnImageRecipeProps.Builder tags(Map<String,String> tags)
CfnImageRecipeProps.getTags()tags - `AWS::ImageBuilder::ImageRecipe.Tags`.this@Stability(value=Stable) public CfnImageRecipeProps.Builder workingDirectory(String workingDirectory)
CfnImageRecipeProps.getWorkingDirectory()workingDirectory - `AWS::ImageBuilder::ImageRecipe.WorkingDirectory`.this@Stability(value=Stable) public CfnImageRecipeProps build()
build in interface software.amazon.jsii.Builder<CfnImageRecipeProps>CfnImageRecipePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.