@Stability(value=Stable) public static final class CfnIdentity.TagsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIdentity.TagsProperty>
CfnIdentity.TagsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIdentity.TagsProperty |
build()
Builds the configured instance.
|
CfnIdentity.TagsProperty.Builder |
key(String key)
Sets the value of
CfnIdentity.TagsProperty.getKey() |
CfnIdentity.TagsProperty.Builder |
value(String value)
Sets the value of
CfnIdentity.TagsProperty.getValue() |
@Stability(value=Stable) public CfnIdentity.TagsProperty.Builder key(String key)
CfnIdentity.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 identity, then this value is required.
this@Stability(value=Stable) public CfnIdentity.TagsProperty.Builder value(String value)
CfnIdentity.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 CfnIdentity.TagsProperty build()
build in interface software.amazon.jsii.Builder<CfnIdentity.TagsProperty>CfnIdentity.TagsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.