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, such as
Stage or Name. |
Tag.Builder |
value(String value)
An optional tag value, such as
Production or test-only. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder key(String key)
A tag key, such as Stage or Name. A tag key cannot be empty. The key can be a
maximum of 128 characters, and can contain only Unicode letters, numbers, or separators, or the following
special characters: + - = . _ : /
key - A tag key, such as Stage or Name. A tag key cannot be empty. The key can be
a maximum of 128 characters, and can contain only Unicode letters, numbers, or separators, or the
following special characters: + - = . _ : /Tag.Builder value(String value)
An optional tag value, such as Production or test-only. The value can be a maximum
of 255 characters, and contain only Unicode letters, numbers, or separators, or the following special
characters: + - = . _ : /
value - An optional tag value, such as Production or test-only. The value can be a
maximum of 255 characters, and contain only Unicode letters, numbers, or separators, or the following
special characters: + - = . _ : /Copyright © 2023. All rights reserved.