| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
IoTJobAbortCriteria.Builder |
IoTJobAbortCriteria.Builder.action(IoTJobAbortAction action)
The action to perform when the criteria are met.
|
IoTJobAbortCriteria.Builder |
IoTJobAbortCriteria.Builder.action(String action)
The action to perform when the criteria are met.
|
static IoTJobAbortCriteria.Builder |
IoTJobAbortCriteria.builder() |
IoTJobAbortCriteria.Builder |
IoTJobAbortCriteria.Builder.failureType(IoTJobExecutionFailureType failureType)
The type of job deployment failure that can cancel a job.
|
IoTJobAbortCriteria.Builder |
IoTJobAbortCriteria.Builder.failureType(String failureType)
The type of job deployment failure that can cancel a job.
|
IoTJobAbortCriteria.Builder |
IoTJobAbortCriteria.Builder.minNumberOfExecutedThings(Integer minNumberOfExecutedThings)
The minimum number of things that receive the configuration before the job can cancel.
|
IoTJobAbortCriteria.Builder |
IoTJobAbortCriteria.Builder.thresholdPercentage(Double thresholdPercentage)
The minimum percentage of
failureType failures that occur before the job can cancel. |
IoTJobAbortCriteria.Builder |
IoTJobAbortCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IoTJobAbortCriteria.Builder> |
IoTJobAbortCriteria.serializableBuilderClass() |
Copyright © 2023. All rights reserved.