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) |
One part of a key-value pair that make up a tag.
|
Tag.Builder |
value(String value) |
The optional part of a key-value pair that make up a tag.
|
copy
apply, build
Tag.Builder key(String key)
One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
key
- One part of a key-value pair that make up a tag. A key is a general label that acts like a category
for more specific tag values.Tag.Builder value(String value)
The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
value
- The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag
category (key).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.