| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AwsJobAbortCriteria.Builder |
AwsJobAbortCriteria.Builder.action(AwsJobAbortCriteriaAbortAction action)
The type of job action to take to initiate the job abort.
|
AwsJobAbortCriteria.Builder |
AwsJobAbortCriteria.Builder.action(String action)
The type of job action to take to initiate the job abort.
|
static AwsJobAbortCriteria.Builder |
AwsJobAbortCriteria.builder() |
AwsJobAbortCriteria.Builder |
AwsJobAbortCriteria.Builder.failureType(AwsJobAbortCriteriaFailureType failureType)
The type of job execution failures that can initiate a job abort.
|
AwsJobAbortCriteria.Builder |
AwsJobAbortCriteria.Builder.failureType(String failureType)
The type of job execution failures that can initiate a job abort.
|
AwsJobAbortCriteria.Builder |
AwsJobAbortCriteria.Builder.minNumberOfExecutedThings(Integer minNumberOfExecutedThings)
The minimum number of things which must receive job execution notifications before the job can be aborted.
|
AwsJobAbortCriteria.Builder |
AwsJobAbortCriteria.Builder.thresholdPercentage(Double thresholdPercentage)
The minimum percentage of job execution failures that must occur to initiate the job abort.
|
AwsJobAbortCriteria.Builder |
AwsJobAbortCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsJobAbortCriteria.Builder> |
AwsJobAbortCriteria.serializableBuilderClass() |
Copyright © 2021. All rights reserved.