@Stability(value=Stable) public static final class CfnImageRecipe.ComponentConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnImageRecipe.ComponentConfigurationProperty>
CfnImageRecipe.ComponentConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnImageRecipe.ComponentConfigurationProperty |
build()
Builds the configured instance.
|
CfnImageRecipe.ComponentConfigurationProperty.Builder |
componentArn(String componentArn)
Sets the value of
CfnImageRecipe.ComponentConfigurationProperty.getComponentArn() |
CfnImageRecipe.ComponentConfigurationProperty.Builder |
parameters(IResolvable parameters)
Sets the value of
CfnImageRecipe.ComponentConfigurationProperty.getParameters() |
CfnImageRecipe.ComponentConfigurationProperty.Builder |
parameters(List<? extends Object> parameters)
Sets the value of
CfnImageRecipe.ComponentConfigurationProperty.getParameters() |
@Stability(value=Stable) public CfnImageRecipe.ComponentConfigurationProperty.Builder componentArn(String componentArn)
CfnImageRecipe.ComponentConfigurationProperty.getComponentArn()componentArn - The Amazon Resource Name (ARN) of the component.this@Stability(value=Stable) public CfnImageRecipe.ComponentConfigurationProperty.Builder parameters(IResolvable parameters)
CfnImageRecipe.ComponentConfigurationProperty.getParameters()parameters - A group of parameter settings that are used to configure the component for a specific recipe.this@Stability(value=Stable) public CfnImageRecipe.ComponentConfigurationProperty.Builder parameters(List<? extends Object> parameters)
CfnImageRecipe.ComponentConfigurationProperty.getParameters()parameters - A group of parameter settings that are used to configure the component for a specific recipe.this@Stability(value=Stable) public CfnImageRecipe.ComponentConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnImageRecipe.ComponentConfigurationProperty>CfnImageRecipe.ComponentConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.