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, sdkFieldscopyapplyMutation, buildAwsJobAbortConfig.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 method that creates an instance of theAwsJobAbortCriteria.Builder avoiding the need to create one
manually via AwsJobAbortCriteria.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #abortCriteriaList(List.
abortCriteriaList - a consumer that will call methods on
AwsJobAbortCriteria.Builder#abortCriteriaList(java.util.Collection) Copyright © 2022. All rights reserved.