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 for the index, FAQ, or data source.
key - The key for the tag. Keys are not case sensitive and must be unique for the index, FAQ, or data
source.Tag.Builder value(String value)
The value associated with the tag. The value may be an empty string but it can't be null.
value - The value associated with the tag. The value may be an empty string but it can't be null.Copyright © 2023. All rights reserved.