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 abort action to initiate a job abort.
|
AbortCriteria.Builder |
action(String action)
The type of abort action to initiate a job abort.
|
AbortCriteria.Builder |
failureType(JobExecutionFailureType failureType)
The type of job execution failure to define a rule to initiate a job abort.
|
AbortCriteria.Builder |
failureType(String failureType)
The type of job execution failure to define a rule to initiate a job abort.
|
AbortCriteria.Builder |
minNumberOfExecutedThings(Integer minNumberOfExecutedThings)
Minimum number of executed things before evaluating an abort rule.
|
AbortCriteria.Builder |
thresholdPercentage(Double thresholdPercentage)
The threshold as a percentage of the total number of executed things that will initiate a job abort.
|
copyapplyMutation, buildAbortCriteria.Builder failureType(String failureType)
The type of job execution failure to define a rule to initiate a job abort.
failureType - The type of job execution failure to define a rule to initiate a job abort.JobExecutionFailureType,
JobExecutionFailureTypeAbortCriteria.Builder failureType(JobExecutionFailureType failureType)
The type of job execution failure to define a rule to initiate a job abort.
failureType - The type of job execution failure to define a rule to initiate a job abort.JobExecutionFailureType,
JobExecutionFailureTypeAbortCriteria.Builder action(String action)
The type of abort action to initiate a job abort.
action - The type of abort action to initiate a job abort.AbortAction,
AbortActionAbortCriteria.Builder action(AbortAction action)
The type of abort action to initiate a job abort.
action - The type of abort action to initiate a job abort.AbortAction,
AbortActionAbortCriteria.Builder thresholdPercentage(Double thresholdPercentage)
The threshold as a percentage of the total number of executed things that will initiate a 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 threshold as a percentage of the total number of executed things that will initiate a 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)
Minimum number of executed things before evaluating an abort rule.
minNumberOfExecutedThings - Minimum number of executed things before evaluating an abort rule.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.