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, 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, to use in the condition.
value - The tag value, associated with the specified tag key, to use in the condition.Copyright © 2020. All rights reserved.