static JobScopeTerm.Builder |
JobScopeTerm.builder() |
|
default JobScopeTerm.Builder |
JobScopeTerm.Builder.simpleScopeTerm(Consumer<SimpleScopeTerm.Builder> simpleScopeTerm) |
A property-based condition that defines a property, operator, and one or more values for including or
excluding objects from the job.
|
JobScopeTerm.Builder |
JobScopeTerm.Builder.simpleScopeTerm(SimpleScopeTerm simpleScopeTerm) |
A property-based condition that defines a property, operator, and one or more values for including or
excluding objects from the job.
|
default JobScopeTerm.Builder |
JobScopeTerm.Builder.tagScopeTerm(Consumer<TagScopeTerm.Builder> tagScopeTerm) |
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or
excluding objects from the job.
|
JobScopeTerm.Builder |
JobScopeTerm.Builder.tagScopeTerm(TagScopeTerm tagScopeTerm) |
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or
excluding objects from the job.
|
JobScopeTerm.Builder |
JobScopeTerm.toBuilder() |
|