public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
tagKey(String tagKey)
One part of a key-value pair that makes up a tag.
|
Tag.Builder |
tagValue(String tagValue)
The optional part of a key-value pair that makes up a tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder tagKey(String tagKey)
One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values.
tagKey - One part of a key-value pair that makes up a tag. A key is a general label that acts like a category
for more specific tag values.Tag.Builder tagValue(String tagValue)
The optional part of a key-value pair that makes up a tag. A value acts as a descriptor within a tag category (key).
tagValue - The optional part of a key-value pair that makes up a tag. A value acts as a descriptor within a tag
category (key).Copyright © 2022. All rights reserved.