Interface TagSearchCondition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TagSearchCondition.Builder,TagSearchCondition>,SdkBuilder<TagSearchCondition.Builder,TagSearchCondition>,SdkPojo
- Enclosing class:
- TagSearchCondition
public static interface TagSearchCondition.Builder extends SdkPojo, CopyableBuilder<TagSearchCondition.Builder,TagSearchCondition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagSearchCondition.BuildertagKey(String tagKey)The tag key used in the tag search condition.TagSearchCondition.BuildertagKeyComparisonType(String tagKeyComparisonType)The type of comparison to be made when evaluating the tag key in tag search condition.TagSearchCondition.BuildertagKeyComparisonType(StringComparisonType tagKeyComparisonType)The type of comparison to be made when evaluating the tag key in tag search condition.TagSearchCondition.BuildertagValue(String tagValue)The tag value used in the tag search condition.TagSearchCondition.BuildertagValueComparisonType(String tagValueComparisonType)The type of comparison to be made when evaluating the tag value in tag search condition.TagSearchCondition.BuildertagValueComparisonType(StringComparisonType tagValueComparisonType)The type of comparison to be made when evaluating the tag value in tag search condition.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
tagKey
TagSearchCondition.Builder tagKey(String tagKey)
The tag key used in the tag search condition.
- Parameters:
tagKey- The tag key used in the tag search condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagValue
TagSearchCondition.Builder tagValue(String tagValue)
The tag value used in the tag search condition.
- Parameters:
tagValue- The tag value used in the tag search condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeyComparisonType
TagSearchCondition.Builder tagKeyComparisonType(String tagKeyComparisonType)
The type of comparison to be made when evaluating the tag key in tag search condition.
- Parameters:
tagKeyComparisonType- The type of comparison to be made when evaluating the tag key in tag search condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StringComparisonType,StringComparisonType
-
tagKeyComparisonType
TagSearchCondition.Builder tagKeyComparisonType(StringComparisonType tagKeyComparisonType)
The type of comparison to be made when evaluating the tag key in tag search condition.
- Parameters:
tagKeyComparisonType- The type of comparison to be made when evaluating the tag key in tag search condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StringComparisonType,StringComparisonType
-
tagValueComparisonType
TagSearchCondition.Builder tagValueComparisonType(String tagValueComparisonType)
The type of comparison to be made when evaluating the tag value in tag search condition.
- Parameters:
tagValueComparisonType- The type of comparison to be made when evaluating the tag value in tag search condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StringComparisonType,StringComparisonType
-
tagValueComparisonType
TagSearchCondition.Builder tagValueComparisonType(StringComparisonType tagValueComparisonType)
The type of comparison to be made when evaluating the tag value in tag search condition.
- Parameters:
tagValueComparisonType- The type of comparison to be made when evaluating the tag value in tag search condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StringComparisonType,StringComparisonType
-
-