@Stability(value=Stable) public static final class CfnConfigurationSet.TagsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationSet.TagsProperty>
CfnConfigurationSet.TagsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationSet.TagsProperty |
build()
Builds the configured instance.
|
CfnConfigurationSet.TagsProperty.Builder |
key(String key)
Sets the value of
CfnConfigurationSet.TagsProperty.getKey() |
CfnConfigurationSet.TagsProperty.Builder |
value(String value)
Sets the value of
CfnConfigurationSet.TagsProperty.getValue() |
@Stability(value=Stable) public CfnConfigurationSet.TagsProperty.Builder key(String key)
CfnConfigurationSet.TagsProperty.getKey()key - One part of a key-value pair that defines a tag.
The maximum length of a tag key is 128 characters. The minimum length is 1 character.
If you specify tags for the configuration set, then this value is required.
this@Stability(value=Stable) public CfnConfigurationSet.TagsProperty.Builder value(String value)
CfnConfigurationSet.TagsProperty.getValue()value - The optional part of a key-value pair that defines a tag.
The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.this@Stability(value=Stable) public CfnConfigurationSet.TagsProperty build()
build in interface software.amazon.jsii.Builder<CfnConfigurationSet.TagsProperty>CfnConfigurationSet.TagsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.