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.
|
copy
applyMutation, build
AbortCriteria.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
,
JobExecutionFailureType
AbortCriteria.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
,
JobExecutionFailureType
AbortCriteria.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
,
AbortAction
AbortCriteria.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
,
AbortAction
AbortCriteria.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.