Interface SearchResourcesTagCriterionPair.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchResourcesTagCriterionPair.Builder,SearchResourcesTagCriterionPair>,SdkBuilder<SearchResourcesTagCriterionPair.Builder,SearchResourcesTagCriterionPair>,SdkPojo
- Enclosing class:
- SearchResourcesTagCriterionPair
public static interface SearchResourcesTagCriterionPair.Builder extends SdkPojo, CopyableBuilder<SearchResourcesTagCriterionPair.Builder,SearchResourcesTagCriterionPair>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchResourcesTagCriterionPair.Builderkey(String key)The value for the tag key to use in the condition.SearchResourcesTagCriterionPair.Buildervalue(String value)The tag value to use in the 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
key
SearchResourcesTagCriterionPair.Builder key(String key)
The value for the tag key to use in the condition.
- Parameters:
key- The value for the tag key to use in the condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
SearchResourcesTagCriterionPair.Builder value(String value)
The tag value to use in the condition.
- Parameters:
value- The tag value to use in the condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-