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) |
A unique identifier for the tag.
|
Tag.Builder |
value(String value) |
An optional string, typically used to describe or define the tag.
|
copy
apply, build
Tag.Builder key(String key)
A unique identifier for the tag. Valid characters include Unicode letters, digits, white space, _, ., /, =, +, -, %, and @.
key
- A unique identifier for the tag. Valid characters include Unicode letters, digits, white space, _, .,
/, =, +, -, %, and @.Tag.Builder value(String value)
An optional string, typically used to describe or define the tag. Valid characters include Unicode letters, digits, white space, _, ., /, =, +, -, %, and @.
value
- An optional string, typically used to describe or define the tag. Valid characters include Unicode
letters, digits, white space, _, ., /, =, +, -, %, and @.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.