public static interface JobScopingBlock.Builder extends SdkPojo, CopyableBuilder<JobScopingBlock.Builder,JobScopingBlock>
| Modifier and Type | Method and Description |
|---|---|
JobScopingBlock.Builder |
and(Collection<JobScopeTerm> and)
An array of conditions, one for each condition that determines which objects to include or exclude from the
job.
|
JobScopingBlock.Builder |
and(Consumer<JobScopeTerm.Builder>... and)
An array of conditions, one for each condition that determines which objects to include or exclude from the
job.
|
JobScopingBlock.Builder |
and(JobScopeTerm... and)
An array of conditions, one for each condition that determines which objects to include or exclude from the
job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobScopingBlock.Builder and(Collection<JobScopeTerm> and)
An array of conditions, one for each condition that determines which objects to include or exclude from the job.
and - An array of conditions, one for each condition that determines which objects to include or exclude
from the job.JobScopingBlock.Builder and(JobScopeTerm... and)
An array of conditions, one for each condition that determines which objects to include or exclude from the job.
and - An array of conditions, one for each condition that determines which objects to include or exclude
from the job.JobScopingBlock.Builder and(Consumer<JobScopeTerm.Builder>... and)
An array of conditions, one for each condition that determines which objects to include or exclude from the job.
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 #and(List) .and - a consumer that will call methods on List.Builder #and(List) Copyright © 2020. All rights reserved.