public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
One part of a key-value pair that defines a tag.
|
Tag.Builder |
value(String value)
The optional part of a key-value pair that defines a tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder key(String 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.
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.Tag.Builder value(String 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. If you don't specify a value, Amazon SES sets the value to an empty string.
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. If you don't specify a value, Amazon SES sets the
value to an empty string.Copyright © 2021. All rights reserved.