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