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