public static interface AbortConfig.Builder extends SdkPojo, CopyableBuilder<AbortConfig.Builder,AbortConfig>
| Modifier and Type | Method and Description |
|---|---|
AbortConfig.Builder |
criteriaList(AbortCriteria... criteriaList)
The list of abort criteria to define rules to abort the job.
|
AbortConfig.Builder |
criteriaList(Collection<AbortCriteria> criteriaList)
The list of abort criteria to define rules to abort the job.
|
AbortConfig.Builder |
criteriaList(Consumer<AbortCriteria.Builder>... criteriaList)
The list of abort criteria to define rules to abort the job.
|
copyapplyMutation, buildAbortConfig.Builder criteriaList(Collection<AbortCriteria> criteriaList)
The list of abort criteria to define rules to abort the job.
criteriaList - The list of abort criteria to define rules to abort the job.AbortConfig.Builder criteriaList(AbortCriteria... criteriaList)
The list of abort criteria to define rules to abort the job.
criteriaList - The list of abort criteria to define rules to abort the job.AbortConfig.Builder criteriaList(Consumer<AbortCriteria.Builder>... criteriaList)
The list of abort criteria to define rules 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 #criteriaList(List) .criteriaList - a consumer that will call methods on List.Builder #criteriaList(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.