static TagSearchCondition.Builder |
TagSearchCondition.builder() |
|
TagSearchCondition.Builder |
TagSearchCondition.Builder.tagKey(String tagKey) |
The tag key used in the tag search condition.
|
TagSearchCondition.Builder |
TagSearchCondition.Builder.tagKeyComparisonType(String tagKeyComparisonType) |
The type of comparison to be made when evaluating the tag key in tag search condition.
|
TagSearchCondition.Builder |
TagSearchCondition.Builder.tagKeyComparisonType(StringComparisonType tagKeyComparisonType) |
The type of comparison to be made when evaluating the tag key in tag search condition.
|
TagSearchCondition.Builder |
TagSearchCondition.Builder.tagValue(String tagValue) |
The tag value used in the tag search condition.
|
TagSearchCondition.Builder |
TagSearchCondition.Builder.tagValueComparisonType(String tagValueComparisonType) |
The type of comparison to be made when evaluating the tag value in tag search condition.
|
TagSearchCondition.Builder |
TagSearchCondition.Builder.tagValueComparisonType(StringComparisonType tagValueComparisonType) |
The type of comparison to be made when evaluating the tag value in tag search condition.
|
TagSearchCondition.Builder |
TagSearchCondition.toBuilder() |
|