public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
The key identifier, or name, of the tag.
|
Tag.Builder |
value(String value)
The string value that's associated with the key of the tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder key(String key)
The key identifier, or name, of the tag.
key - The key identifier, or name, of the tag.Tag.Builder value(String value)
The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.
value - The string value that's associated with the key of the tag. You can set the value of a tag to an empty
string, but you can't set the value of a tag to null.Copyright © 2023. All rights reserved.