@Stability(value=Stable) public static final class CfnImageRecipe.Builder extends Object implements software.amazon.jsii.Builder<CfnImageRecipe>
CfnImageRecipe.| Modifier and Type | Method and Description |
|---|---|
CfnImageRecipe.Builder |
blockDeviceMappings(IResolvable blockDeviceMappings)
`AWS::ImageBuilder::ImageRecipe.BlockDeviceMappings`.
|
CfnImageRecipe.Builder |
blockDeviceMappings(List<? extends Object> blockDeviceMappings)
`AWS::ImageBuilder::ImageRecipe.BlockDeviceMappings`.
|
CfnImageRecipe |
build() |
CfnImageRecipe.Builder |
components(IResolvable components)
`AWS::ImageBuilder::ImageRecipe.Components`.
|
CfnImageRecipe.Builder |
components(List<? extends Object> components)
`AWS::ImageBuilder::ImageRecipe.Components`.
|
static CfnImageRecipe.Builder |
create(software.constructs.Construct scope,
String id) |
CfnImageRecipe.Builder |
description(String description)
`AWS::ImageBuilder::ImageRecipe.Description`.
|
CfnImageRecipe.Builder |
name(String name)
`AWS::ImageBuilder::ImageRecipe.Name`.
|
CfnImageRecipe.Builder |
parentImage(String parentImage)
`AWS::ImageBuilder::ImageRecipe.ParentImage`.
|
CfnImageRecipe.Builder |
tags(Map<String,String> tags)
`AWS::ImageBuilder::ImageRecipe.Tags`.
|
CfnImageRecipe.Builder |
version(String version)
`AWS::ImageBuilder::ImageRecipe.Version`.
|
CfnImageRecipe.Builder |
workingDirectory(String workingDirectory)
`AWS::ImageBuilder::ImageRecipe.WorkingDirectory`.
|
@Stability(value=Stable) public static CfnImageRecipe.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnImageRecipe.ComponentConfigurationProperty.Builder.@Stability(value=Stable) public CfnImageRecipe.Builder components(IResolvable components)
components - `AWS::ImageBuilder::ImageRecipe.Components`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe.Builder components(List<? extends Object> components)
components - `AWS::ImageBuilder::ImageRecipe.Components`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe.Builder name(String name)
name - `AWS::ImageBuilder::ImageRecipe.Name`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe.Builder parentImage(String parentImage)
parentImage - `AWS::ImageBuilder::ImageRecipe.ParentImage`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe.Builder version(String version)
version - `AWS::ImageBuilder::ImageRecipe.Version`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe.Builder blockDeviceMappings(IResolvable blockDeviceMappings)
blockDeviceMappings - `AWS::ImageBuilder::ImageRecipe.BlockDeviceMappings`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe.Builder blockDeviceMappings(List<? extends Object> blockDeviceMappings)
blockDeviceMappings - `AWS::ImageBuilder::ImageRecipe.BlockDeviceMappings`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe.Builder description(String description)
description - `AWS::ImageBuilder::ImageRecipe.Description`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe.Builder tags(Map<String,String> tags)
tags - `AWS::ImageBuilder::ImageRecipe.Tags`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe.Builder workingDirectory(String workingDirectory)
workingDirectory - `AWS::ImageBuilder::ImageRecipe.WorkingDirectory`. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe build()
build in interface software.amazon.jsii.Builder<CfnImageRecipe>Copyright © 2021. All rights reserved.