public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
Modifier and Type | Method and Description |
---|---|
Tag.Builder |
key(String key)
The key of the tag.
|
Tag.Builder |
value(String value)
The value of the tag.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Tag.Builder key(String key)
The key of the tag. Tag keys are case sensitive.
key
- The key of the tag. Tag keys are case sensitive.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.