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, sdkFieldscopyapplyMutation, buildAbortCriteria.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,
JobExecutionFailureTypeAbortCriteria.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,
JobExecutionFailureTypeAbortCriteria.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,
AbortActionAbortCriteria.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,
AbortActionAbortCriteria.Builder thresholdPercentage(Double thresholdPercentage)
The minimum percentage of job execution failures that must occur to initiate the job abort.
Amazon Web Services IoT Core 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.
Amazon Web Services IoT Core 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 © 2022. All rights reserved.