public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
A tag key.
|
Tag.Builder |
value(String value)
A tag value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder key(String key)
A tag key. The tag key length is from 1 to 128 Unicode characters in UTF-8. You can use letters and numbers representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys are case-sensitive and must be unique per resource.
key - A tag key. The tag key length is from 1 to 128 Unicode characters in UTF-8. You can use letters and
numbers representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys are
case-sensitive and must be unique per resource.Tag.Builder value(String value)
A tag value. The tag value length is from 0 to 256 Unicode characters in UTF-8. You can use letters and numbers representable in UTF-8, and the following characters: + - = . _ : / @. Tag values are case-sensitive.
value - A tag value. The tag value length is from 0 to 256 Unicode characters in UTF-8. You can use letters
and numbers representable in UTF-8, and the following characters: + - = . _ : / @. Tag values are
case-sensitive.Copyright © 2023. All rights reserved.