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) |
The key for the tag.
|
Tag.Builder |
value(String value) |
The value of the tag.
|
copy
apply, build
Tag.Builder key(String key)
The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.
key
- The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the
same key. If you try to add an existing tag (same key), the existing tag value will be updated to the
new value.Tag.Builder value(String value)
The value of the tag. Tag values are case-sensitive and can be null.
value
- The value of the tag. Tag values are case-sensitive and can be null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.