public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
Modifier and Type | Method and Description |
---|---|
Tag.Builder |
key(String key)
The key for the tag.
|
Tag.Builder |
value(String value)
The value associated with a key.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Tag.Builder key(String key)
The key for the tag. Keys are not case-sensitive and must be unique.
key
- The key for the tag. Keys are not case-sensitive and must be unique.Tag.Builder value(String value)
The value associated with a key. The value may be an empty string but it can't be null.
value
- The value associated with a key. The value may be an empty string but it can't be null.