Interface TagCriterionPairForJob.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TagCriterionPairForJob.Builder,TagCriterionPairForJob>,SdkBuilder<TagCriterionPairForJob.Builder,TagCriterionPairForJob>,SdkPojo
- Enclosing class:
- TagCriterionPairForJob
public static interface TagCriterionPairForJob.Builder extends SdkPojo, CopyableBuilder<TagCriterionPairForJob.Builder,TagCriterionPairForJob>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagCriterionPairForJob.Builderkey(String key)The value for the tag key to use in the condition.TagCriterionPairForJob.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
TagCriterionPairForJob.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
TagCriterionPairForJob.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.
-
-