Package | Description |
---|---|
software.amazon.awssdk.services.iot |
|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<CancelJobResponse> |
IotAsyncClient.cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)
Cancels a job.
|
default CancelJobResponse |
IotClient.cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)
Cancels a job.
|
Modifier and Type | Method and Description |
---|---|
static CancelJobRequest.Builder |
CancelJobRequest.builder() |
CancelJobRequest.Builder |
CancelJobRequest.Builder.comment(String comment)
An optional comment string describing why the job was canceled.
|
CancelJobRequest.Builder |
CancelJobRequest.Builder.force(Boolean force)
(Optional) If
true job executions with status "IN_PROGRESS" and "QUEUED" are canceled, otherwise
only job executions with status "QUEUED" are canceled. |
CancelJobRequest.Builder |
CancelJobRequest.Builder.jobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
CancelJobRequest.Builder |
CancelJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelJobRequest.Builder |
CancelJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelJobRequest.Builder |
CancelJobRequest.Builder.reasonCode(String reasonCode)
(Optional)A reason code string that explains why the job was canceled.
|
CancelJobRequest.Builder |
CancelJobRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends CancelJobRequest.Builder> |
CancelJobRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.