CopyableBuilder<Tag.Builder,Tag>, SdkBuilder<Tag.Builder,Tag>public static interface Tag.Builder extends CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method | Description |
|---|---|---|
Tag.Builder |
key(String key) |
A unique identifier for the tag.
|
Tag.Builder |
value(String value) |
An optional string, typically used to describe or define the tag.
|
copyapply, buildTag.Builder key(String key)
A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @
key - A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters,
digits, white space, _ . / = + - % @Tag.Builder value(String value)
An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @
value - An optional string, typically used to describe or define the tag. Maximum length: 256 characters.
Valid characters: Unicode letters, digits, white space, _ . / = + - % @Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.