public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
The required name of the tag.
|
Tag.Builder |
value(String value)
The optional value of the tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder key(String key)
The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.
key - The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.Tag.Builder value(String value)
The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.
value - The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.Copyright © 2021. All rights reserved.