public static interface Tag.Builder extends CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
The key, or name, for the resource tag.
|
Tag.Builder |
value(String value)
The value for the resource tag.
|
copyapply, buildTag.Builder key(String key)
The key, or name, for the resource tag.
key - The key, or name, for the resource tag.Tag.Builder value(String value)
The value for the resource tag.
value - The value for the resource tag.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.