public static interface IoTJobAbortCriteria.Builder extends SdkPojo, CopyableBuilder<IoTJobAbortCriteria.Builder,IoTJobAbortCriteria>
| Modifier and Type | Method and Description |
|---|---|
IoTJobAbortCriteria.Builder |
action(IoTJobAbortAction action)
The action to perform when the criteria are met.
|
IoTJobAbortCriteria.Builder |
action(String action)
The action to perform when the criteria are met.
|
IoTJobAbortCriteria.Builder |
failureType(IoTJobExecutionFailureType failureType)
The type of job deployment failure that can cancel a job.
|
IoTJobAbortCriteria.Builder |
failureType(String failureType)
The type of job deployment failure that can cancel a job.
|
IoTJobAbortCriteria.Builder |
minNumberOfExecutedThings(Integer minNumberOfExecutedThings)
The minimum number of things that receive the configuration before the job can cancel.
|
IoTJobAbortCriteria.Builder |
thresholdPercentage(Double thresholdPercentage)
The minimum percentage of
failureType failures that occur before the job can cancel. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIoTJobAbortCriteria.Builder failureType(String failureType)
The type of job deployment failure that can cancel a job.
failureType - The type of job deployment failure that can cancel a job.IoTJobExecutionFailureType,
IoTJobExecutionFailureTypeIoTJobAbortCriteria.Builder failureType(IoTJobExecutionFailureType failureType)
The type of job deployment failure that can cancel a job.
failureType - The type of job deployment failure that can cancel a job.IoTJobExecutionFailureType,
IoTJobExecutionFailureTypeIoTJobAbortCriteria.Builder action(String action)
The action to perform when the criteria are met.
action - The action to perform when the criteria are met.IoTJobAbortAction,
IoTJobAbortActionIoTJobAbortCriteria.Builder action(IoTJobAbortAction action)
The action to perform when the criteria are met.
action - The action to perform when the criteria are met.IoTJobAbortAction,
IoTJobAbortActionIoTJobAbortCriteria.Builder thresholdPercentage(Double thresholdPercentage)
The minimum percentage of failureType failures that occur before the job can cancel.
This parameter supports up to two digits after the decimal (for example, you can specify 10.9 or
10.99, but not 10.999).
thresholdPercentage - The minimum percentage of failureType failures that occur before the job can cancel.
This parameter supports up to two digits after the decimal (for example, you can specify
10.9 or 10.99, but not 10.999).
IoTJobAbortCriteria.Builder minNumberOfExecutedThings(Integer minNumberOfExecutedThings)
The minimum number of things that receive the configuration before the job can cancel.
minNumberOfExecutedThings - The minimum number of things that receive the configuration before the job can cancel.Copyright © 2023. All rights reserved.