public static final class CfnImageRecipe.ComponentParameterProperty.Builder
extends java.lang.Object
CfnImageRecipe.ComponentParameterProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnImageRecipe.ComponentParameterProperty |
build()
Builds the configured instance.
|
CfnImageRecipe.ComponentParameterProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnImageRecipe.ComponentParameterProperty.getName() |
CfnImageRecipe.ComponentParameterProperty.Builder |
value(java.util.List<java.lang.String> value)
Sets the value of
CfnImageRecipe.ComponentParameterProperty.getValue() |
public CfnImageRecipe.ComponentParameterProperty.Builder name(java.lang.String name)
CfnImageRecipe.ComponentParameterProperty.getName()
name
- The name of the component parameter to set. This parameter is required.this
public CfnImageRecipe.ComponentParameterProperty.Builder value(java.util.List<java.lang.String> value)
CfnImageRecipe.ComponentParameterProperty.getValue()
value
- Sets the value for the named component parameter. This parameter is required.this
public CfnImageRecipe.ComponentParameterProperty build()
CfnImageRecipe.ComponentParameterProperty
java.lang.NullPointerException
- if any required attribute was not provided