@Stability(value=Stable) public static final class CfnImageRecipe.ComponentParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnImageRecipe.ComponentParameterProperty>
CfnImageRecipe.ComponentParameterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnImageRecipe.ComponentParameterProperty |
build()
Builds the configured instance.
|
CfnImageRecipe.ComponentParameterProperty.Builder |
name(String name)
Sets the value of
CfnImageRecipe.ComponentParameterProperty.getName() |
CfnImageRecipe.ComponentParameterProperty.Builder |
value(List<String> value)
Sets the value of
CfnImageRecipe.ComponentParameterProperty.getValue() |
@Stability(value=Stable) public CfnImageRecipe.ComponentParameterProperty.Builder name(String name)
CfnImageRecipe.ComponentParameterProperty.getName()name - The name of the component parameter to set. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe.ComponentParameterProperty.Builder value(List<String> value)
CfnImageRecipe.ComponentParameterProperty.getValue()value - Sets the value for the named component parameter. This parameter is required.this@Stability(value=Stable) public CfnImageRecipe.ComponentParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnImageRecipe.ComponentParameterProperty>CfnImageRecipe.ComponentParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.