public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
Modifier and Type | Method and Description |
---|---|
Tag.Builder |
key(String key)
The key of the tag.
|
Tag.Builder |
value(String value)
The value of the tag.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Tag.Builder key(String key)
The key of the tag.
Constraints: Tag keys accept a maximum of 128 letters, numbers, spaces in UTF-8, or the following characters: + - = . _ : / @
key
- The key of the tag.
Constraints: Tag keys accept a maximum of 128 letters, numbers, spaces in UTF-8, or the following characters: + - = . _ : / @
Tag.Builder value(String value)
The value of the tag.
Constraints: Tag values accept a maximum of 256 letters, numbers, spaces in UTF-8, or the following characters: + - = . _ : / @
value
- The value of the tag.
Constraints: Tag values accept a maximum of 256 letters, numbers, spaces in UTF-8, or the following characters: + - = . _ : / @
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.