public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
The required key portion of the tag.
|
Tag.Builder |
value(String value)
The optional value portion of the tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder key(String key)
The required key portion of the tag.
key - The required key portion of the tag.Tag.Builder value(String value)
The optional value portion of the tag.
value - The optional value portion of the tag.Copyright © 2021. All rights reserved.