public static interface Tag.Builder extends 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.
|
copyapply, buildTag.Builder key(String key)
The key of the tag.
key - The key of the tag.Tag.Builder value(String value)
The value of the tag.
value - The value of the tag.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.