static TagScopeTerm.Builder |
TagScopeTerm.builder() |
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.comparator(String comparator) |
The operator to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.comparator(JobComparator comparator) |
The operator to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.key(String key) |
The object property to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.tagValues(Collection<TagValuePair> tagValues) |
The tag keys or tag key and value pairs to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.tagValues(Consumer<TagValuePair.Builder>... tagValues) |
The tag keys or tag key and value pairs to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.tagValues(TagValuePair... tagValues) |
The tag keys or tag key and value pairs to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.target(String target) |
The type of object to apply the condition to.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.target(TagTarget target) |
The type of object to apply the condition to.
|
TagScopeTerm.Builder |
TagScopeTerm.toBuilder() |
|