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