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) |
Tag key (String).
|
Tag.Builder |
value(String value) |
Value of the tag key.
|
copyapply, buildTag.Builder key(String key)
Tag key (String). The key can't start with aws:.
key - Tag key (String). The key can't start with aws:.Tag.Builder value(String value)
Value of the tag key.
value - Value of the tag key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.