public static interface TagScopeTerm.Builder extends SdkPojo, CopyableBuilder<TagScopeTerm.Builder,TagScopeTerm>
| Modifier and Type | Method and Description |
|---|---|
TagScopeTerm.Builder |
comparator(JobComparator comparator)
The operator to use in the condition.
|
TagScopeTerm.Builder |
comparator(String comparator)
The operator to use in the condition.
|
TagScopeTerm.Builder |
key(String key)
The tag key to use in the condition.
|
TagScopeTerm.Builder |
tagValues(Collection<TagValuePair> tagValues)
The tag key and value pairs to use in the condition.
|
TagScopeTerm.Builder |
tagValues(Consumer<TagValuePair.Builder>... tagValues)
The tag key and value pairs to use in the condition.
|
TagScopeTerm.Builder |
tagValues(TagValuePair... tagValues)
The tag key and value pairs to use in the condition.
|
TagScopeTerm.Builder |
target(String target)
The type of object to apply the condition to.
|
TagScopeTerm.Builder |
target(TagTarget target)
The type of object to apply the condition to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTagScopeTerm.Builder comparator(String comparator)
The operator to use in the condition.
comparator - The operator to use in the condition.JobComparator,
JobComparatorTagScopeTerm.Builder comparator(JobComparator comparator)
The operator to use in the condition.
comparator - The operator to use in the condition.JobComparator,
JobComparatorTagScopeTerm.Builder key(String key)
The tag key to use in the condition.
key - The tag key to use in the condition.TagScopeTerm.Builder tagValues(Collection<TagValuePair> tagValues)
The tag key and value pairs to use in the condition.
tagValues - The tag key and value pairs to use in the condition.TagScopeTerm.Builder tagValues(TagValuePair... tagValues)
The tag key and value pairs to use in the condition.
tagValues - The tag key and value pairs to use in the condition.TagScopeTerm.Builder tagValues(Consumer<TagValuePair.Builder>... tagValues)
The tag key and value pairs to use in the condition.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #tagValues(List) .tagValues - a consumer that will call methods on List.Builder #tagValues(List) TagScopeTerm.Builder target(String target)
The type of object to apply the condition to.
TagScopeTerm.Builder target(TagTarget target)
The type of object to apply the condition to.
Copyright © 2020. All rights reserved.