public static interface AbortCriteria.Builder extends SdkPojo, CopyableBuilder<AbortCriteria.Builder,AbortCriteria>
Modifier and Type | Method and Description |
---|---|
AbortCriteria.Builder |
action(AbortAction action)
The type of job action to take to initiate the job abort.
|
AbortCriteria.Builder |
action(String action)
The type of job action to take to initiate the job abort.
|
AbortCriteria.Builder |
failureType(JobExecutionFailureType failureType)
The type of job execution failures that can initiate a job abort.
|
AbortCriteria.Builder |
failureType(String failureType)
The type of job execution failures that can initiate a job abort.
|
AbortCriteria.Builder |
minNumberOfExecutedThings(Integer minNumberOfExecutedThings)
The minimum number of things which must receive job execution notifications before the job can be aborted.
|
AbortCriteria.Builder |
thresholdPercentage(Double thresholdPercentage)
The minimum percentage of job execution failures that must occur to initiate the job abort.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AbortCriteria.Builder failureType(String failureType)
The type of job execution failures that can initiate a job abort.
failureType
- The type of job execution failures that can initiate a job abort.JobExecutionFailureType
,
JobExecutionFailureType
AbortCriteria.Builder failureType(JobExecutionFailureType failureType)
The type of job execution failures that can initiate a job abort.
failureType
- The type of job execution failures that can initiate a job abort.JobExecutionFailureType
,
JobExecutionFailureType
AbortCriteria.Builder action(String action)
The type of job action to take to initiate the job abort.
action
- The type of job action to take to initiate the job abort.AbortAction
,
AbortAction
AbortCriteria.Builder action(AbortAction action)
The type of job action to take to initiate the job abort.
action
- The type of job action to take to initiate the job abort.AbortAction
,
AbortAction
AbortCriteria.Builder thresholdPercentage(Double thresholdPercentage)
The minimum percentage of job execution failures that must occur to initiate the job abort.
AWS IoT supports up to two digits after the decimal (for example, 10.9 and 10.99, but not 10.999).
thresholdPercentage
- The minimum percentage of job execution failures that must occur to initiate the job abort.
AWS IoT supports up to two digits after the decimal (for example, 10.9 and 10.99, but not 10.999).
AbortCriteria.Builder minNumberOfExecutedThings(Integer minNumberOfExecutedThings)
The minimum number of things which must receive job execution notifications before the job can be aborted.
minNumberOfExecutedThings
- The minimum number of things which must receive job execution notifications before the job can be
aborted.Copyright © 2021. All rights reserved.