public static interface JobScopeTerm.Builder extends SdkPojo, CopyableBuilder<JobScopeTerm.Builder,JobScopeTerm>
| Modifier and Type | Method and Description |
|---|---|
default 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 an object from the job.
|
JobScopeTerm.Builder |
simpleScopeTerm(SimpleScopeTerm simpleScopeTerm)
A property-based condition that defines a property, operator, and one or more values for including or
excluding an object from the job.
|
default 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 an object from the job.
|
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 an object from the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobScopeTerm.Builder simpleScopeTerm(SimpleScopeTerm simpleScopeTerm)
A property-based condition that defines a property, operator, and one or more values for including or excluding an object from the job.
simpleScopeTerm - A property-based condition that defines a property, operator, and one or more values for including or
excluding an object from the job.default 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 an object from the job.
This is a convenience that creates an instance of theSimpleScopeTerm.Builder avoiding the need to
create one manually via SimpleScopeTerm.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to simpleScopeTerm(SimpleScopeTerm).simpleScopeTerm - a consumer that will call methods on SimpleScopeTerm.BuildersimpleScopeTerm(SimpleScopeTerm)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 an object from the job.
tagScopeTerm - A tag-based condition that defines the operator and tag keys or tag key and value pairs for including
or excluding an object from the job.default 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 an object from the job.
This is a convenience that creates an instance of theTagScopeTerm.Builder avoiding the need to
create one manually via TagScopeTerm.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tagScopeTerm(TagScopeTerm).tagScopeTerm - a consumer that will call methods on TagScopeTerm.BuildertagScopeTerm(TagScopeTerm)Copyright © 2020. All rights reserved.