Class CfnContainerRecipe.ComponentParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.imagebuilder.CfnContainerRecipe.ComponentParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnContainerRecipe.ComponentParameterProperty>
- Enclosing interface:
CfnContainerRecipe.ComponentParameterProperty
@Stability(Stable)
public static final class CfnContainerRecipe.ComponentParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnContainerRecipe.ComponentParameterProperty>
A builder for
CfnContainerRecipe.ComponentParameterProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnContainerRecipe.ComponentParameterProperty.getName()
Sets the value ofCfnContainerRecipe.ComponentParameterProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnContainerRecipe.ComponentParameterProperty.getName()
- Parameters:
name
- The name of the component parameter to set. This parameter is required.- Returns:
this
-
value
@Stability(Stable) public CfnContainerRecipe.ComponentParameterProperty.Builder value(List<String> value) Sets the value ofCfnContainerRecipe.ComponentParameterProperty.getValue()
- Parameters:
value
- Sets the value for the named component parameter. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnContainerRecipe.ComponentParameterProperty>
- Returns:
- a new instance of
CfnContainerRecipe.ComponentParameterProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-