public static interface TagValuePair.Builder extends SdkPojo, CopyableBuilder<TagValuePair.Builder,TagValuePair>
| Modifier and Type | Method and Description |
|---|---|
TagValuePair.Builder |
key(String key)
The value for the tag key to use in the condition.
|
TagValuePair.Builder |
value(String value)
The tag value, associated with the specified tag key (key), to use in the condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTagValuePair.Builder key(String key)
The value for the tag key to use in the condition.
key - The value for the tag key to use in the condition.TagValuePair.Builder value(String value)
The tag value, associated with the specified tag key (key), to use in the condition. To specify only a tag key for a condition, specify the tag key for the key property and set this value to an empty string.
value - The tag value, associated with the specified tag key (key), to use in the condition. To specify only a
tag key for a condition, specify the tag key for the key property and set this value to an empty
string.Copyright © 2023. All rights reserved.