@Stability(value=Stable) public static final class CfnDeployment.TagsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeployment.TagsProperty>
CfnDeployment.TagsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeployment.TagsProperty |
build()
Builds the configured instance.
|
CfnDeployment.TagsProperty.Builder |
key(String key)
Sets the value of
CfnDeployment.TagsProperty.getKey() |
CfnDeployment.TagsProperty.Builder |
value(String value)
Sets the value of
CfnDeployment.TagsProperty.getValue() |
@Stability(value=Stable) public CfnDeployment.TagsProperty.Builder key(String key)
CfnDeployment.TagsProperty.getKey()key - The key-value string map.
The valid character set is [a-zA-Z+-=._:/] . The tag key can be up to 128 characters and must not start with aws: .this@Stability(value=Stable) public CfnDeployment.TagsProperty.Builder value(String value)
CfnDeployment.TagsProperty.getValue()value - The tag value can be up to 256 characters.this@Stability(value=Stable) public CfnDeployment.TagsProperty build()
build in interface software.amazon.jsii.Builder<CfnDeployment.TagsProperty>CfnDeployment.TagsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.