public static interface Tag.Builder extends CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
The type of tag on which to filter.
|
Tag.Builder |
value(String value)
A value for a tag key on which to filter.
|
copyapply, buildTag.Builder key(String key)
The type of tag on which to filter.
key - The type of tag on which to filter.Tag.Builder value(String value)
A value for a tag key on which to filter.
value - A value for a tag key on which to filter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.