public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
One part of a key-value pair that makes up a tag.
|
Tag.Builder |
value(String value)
The optional part of a key-value pair that makes up a tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder key(String key)
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.
key - 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 value(String value)
The optional part of a key-value pair that makes up a tag. A value acts as a descriptor in a tag
category (key).
value - The optional part of a key-value pair that makes up a tag. A value acts as a descriptor
in a tag category (key).Copyright © 2021. All rights reserved.