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 make up a tag.
|
Tag.Builder |
value(String value)
The optional part of a key-value pair that make up a tag.
|
copyapplyMutation, buildTag.Builder key(String key)
One part of a key-value pair that make 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 make 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 make up a tag. A value acts as a descriptor within a
tag category (key).
value - The optional part of a key-value pair that make up a tag. A value acts as a descriptor
within a tag category (key).Copyright © 2019. All rights reserved.