public static final class CfnContainerRecipe.ComponentConfigurationProperty.Builder
extends java.lang.Object
CfnContainerRecipe.ComponentConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnContainerRecipe.ComponentConfigurationProperty |
build()
Builds the configured instance.
|
CfnContainerRecipe.ComponentConfigurationProperty.Builder |
componentArn(java.lang.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(java.util.List<? extends java.lang.Object> parameters)
Sets the value of
CfnContainerRecipe.ComponentConfigurationProperty.getParameters() |
public CfnContainerRecipe.ComponentConfigurationProperty.Builder componentArn(java.lang.String componentArn)
CfnContainerRecipe.ComponentConfigurationProperty.getComponentArn()
componentArn
- The Amazon Resource Name (ARN) of the component.this
public CfnContainerRecipe.ComponentConfigurationProperty.Builder parameters(IResolvable parameters)
CfnContainerRecipe.ComponentConfigurationProperty.getParameters()
parameters
- A group of parameter settings that Image Builder uses to configure the component for a specific recipe.this
public CfnContainerRecipe.ComponentConfigurationProperty.Builder parameters(java.util.List<? extends java.lang.Object> parameters)
CfnContainerRecipe.ComponentConfigurationProperty.getParameters()
parameters
- A group of parameter settings that Image Builder uses to configure the component for a specific recipe.this
public CfnContainerRecipe.ComponentConfigurationProperty build()
CfnContainerRecipe.ComponentConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided