@Stability(value=Stable) public static final class CfnTaskDefinition.KeyValuePairProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTaskDefinition.KeyValuePairProperty>
CfnTaskDefinition.KeyValuePairProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTaskDefinition.KeyValuePairProperty |
build()
Builds the configured instance.
|
CfnTaskDefinition.KeyValuePairProperty.Builder |
name(String name)
Sets the value of
CfnTaskDefinition.KeyValuePairProperty.getName() |
CfnTaskDefinition.KeyValuePairProperty.Builder |
value(String value)
Sets the value of
CfnTaskDefinition.KeyValuePairProperty.getValue() |
@Stability(value=Stable) public CfnTaskDefinition.KeyValuePairProperty.Builder name(String name)
CfnTaskDefinition.KeyValuePairProperty.getName()name - The name of the key-value pair.
For environment variables, this is the name of the environment variable.this@Stability(value=Stable) public CfnTaskDefinition.KeyValuePairProperty.Builder value(String value)
CfnTaskDefinition.KeyValuePairProperty.getValue()value - The value of the key-value pair.
For environment variables, this is the value of the environment variable.this@Stability(value=Stable) public CfnTaskDefinition.KeyValuePairProperty build()
build in interface software.amazon.jsii.Builder<CfnTaskDefinition.KeyValuePairProperty>CfnTaskDefinition.KeyValuePairPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.