public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
Required.
|
Tag.Builder |
value(String value)
Required.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder key(String key)
Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag
key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.
key - Required. A string used to identify this tag. You can specify a maximum of 128 characters for a
tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.Tag.Builder value(String value)
Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
value - Required. A string containing the value for this tag. You can specify a maximum of 256
characters for a tag value.Copyright © 2020. All rights reserved.