public static interface TagSearchCondition.Builder extends SdkPojo, CopyableBuilder<TagSearchCondition.Builder,TagSearchCondition>
| Modifier and Type | Method and Description |
|---|---|
TagSearchCondition.Builder |
tagKey(String tagKey)
The tag key used in the tag search condition.
|
TagSearchCondition.Builder |
tagKeyComparisonType(String tagKeyComparisonType)
The type of comparison to be made when evaluating the tag key in tag search condition.
|
TagSearchCondition.Builder |
tagKeyComparisonType(StringComparisonType tagKeyComparisonType)
The type of comparison to be made when evaluating the tag key in tag search condition.
|
TagSearchCondition.Builder |
tagValue(String tagValue)
The tag value used in the tag search condition.
|
TagSearchCondition.Builder |
tagValueComparisonType(String tagValueComparisonType)
The type of comparison to be made when evaluating the tag value in tag search condition.
|
TagSearchCondition.Builder |
tagValueComparisonType(StringComparisonType tagValueComparisonType)
The type of comparison to be made when evaluating the tag value in tag search condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTagSearchCondition.Builder tagKey(String tagKey)
The tag key used in the tag search condition.
tagKey - The tag key used in the tag search condition.TagSearchCondition.Builder tagValue(String tagValue)
The tag value used in the tag search condition.
tagValue - The tag value used in the tag search condition.TagSearchCondition.Builder tagKeyComparisonType(String tagKeyComparisonType)
The type of comparison to be made when evaluating the tag key in tag search condition.
tagKeyComparisonType - The type of comparison to be made when evaluating the tag key in tag search condition.StringComparisonType,
StringComparisonTypeTagSearchCondition.Builder tagKeyComparisonType(StringComparisonType tagKeyComparisonType)
The type of comparison to be made when evaluating the tag key in tag search condition.
tagKeyComparisonType - The type of comparison to be made when evaluating the tag key in tag search condition.StringComparisonType,
StringComparisonTypeTagSearchCondition.Builder tagValueComparisonType(String tagValueComparisonType)
The type of comparison to be made when evaluating the tag value in tag search condition.
tagValueComparisonType - The type of comparison to be made when evaluating the tag value in tag search condition.StringComparisonType,
StringComparisonTypeTagSearchCondition.Builder tagValueComparisonType(StringComparisonType tagValueComparisonType)
The type of comparison to be made when evaluating the tag value in tag search condition.
tagValueComparisonType - The type of comparison to be made when evaluating the tag value in tag search condition.StringComparisonType,
StringComparisonTypeCopyright © 2023. All rights reserved.