public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
The name of the tag.
|
Tag.Builder |
value(String value)
The value that’s associated with the specified tag key (
key). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder key(String key)
The name of the tag. This is a general label that acts as a category for a more specific tag value (
value).
key - The name of the tag. This is a general label that acts as a category for a more specific tag value (
value).Tag.Builder value(String value)
The value that’s associated with the specified tag key (key). This value acts as a descriptor
for the tag key. A tag value cannot be null, but it can be an empty string.
value - The value that’s associated with the specified tag key (key). This value acts as a
descriptor for the tag key. A tag value cannot be null, but it can be an empty string.Copyright © 2023. All rights reserved.