public static interface KeyValuePair.Builder extends SdkPojo, CopyableBuilder<KeyValuePair.Builder,KeyValuePair>
| Modifier and Type | Method and Description |
|---|---|
KeyValuePair.Builder |
key(String key)
One part of a key-value pair that comprises a tag.
|
KeyValuePair.Builder |
value(String value)
One part of a key-value pair that comprises a tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeyValuePair.Builder key(String key)
One part of a key-value pair that comprises a tag. A tag key is a general label that acts as a category for more specific tag values.
key - One part of a key-value pair that comprises a tag. A tag key is a general label that acts as a
category for more specific tag values.KeyValuePair.Builder value(String value)
One part of a key-value pair that comprises a tag. A tag value acts as a descriptor for a tag key. A tag value can be an empty string.
value - One part of a key-value pair that comprises a tag. A tag value acts as a descriptor for a tag key. A
tag value can be an empty string.Copyright © 2022. All rights reserved.