public static interface AwsJobAbortConfig.Builder extends SdkPojo, CopyableBuilder<AwsJobAbortConfig.Builder,AwsJobAbortConfig>
Modifier and Type | Method and Description |
---|---|
AwsJobAbortConfig.Builder |
abortCriteriaList(AwsJobAbortCriteria... abortCriteriaList)
The list of criteria that determine when and how to abort the job.
|
AwsJobAbortConfig.Builder |
abortCriteriaList(Collection<AwsJobAbortCriteria> abortCriteriaList)
The list of criteria that determine when and how to abort the job.
|
AwsJobAbortConfig.Builder |
abortCriteriaList(Consumer<AwsJobAbortCriteria.Builder>... abortCriteriaList)
The list of criteria that determine when and how to abort the job.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsJobAbortConfig.Builder abortCriteriaList(Collection<AwsJobAbortCriteria> abortCriteriaList)
The list of criteria that determine when and how to abort the job.
abortCriteriaList
- The list of criteria that determine when and how to abort the job.AwsJobAbortConfig.Builder abortCriteriaList(AwsJobAbortCriteria... abortCriteriaList)
The list of criteria that determine when and how to abort the job.
abortCriteriaList
- The list of criteria that determine when and how to abort the job.AwsJobAbortConfig.Builder abortCriteriaList(Consumer<AwsJobAbortCriteria.Builder>... abortCriteriaList)
The list of criteria that determine when and how to abort 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 #abortCriteriaList(List)
.abortCriteriaList
- a consumer that will call methods on List.Builder
#abortCriteriaList(List)
Copyright © 2020. All rights reserved.