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) |
The key of the tag.
|
Tag.Builder |
value(String value) |
The value of the tag.
|
copyapply, buildTag.Builder key(String key)
The key of the tag.
Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with
aws:
key - The key of the tag.
Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin
with aws:
Tag.Builder value(String value)
The value of the tag.
Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.
value - The value of the tag.
Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.