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 the tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.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 the tag. The value can be an empty string but it can't be null.
value - The value associated with the tag. The value can be an empty string but it can't be null.Copyright © 2023. All rights reserved.