public static interface CancelJobResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CancelJobResponse.Builder,CancelJobResponse>
| Modifier and Type | Method and Description |
|---|---|
CancelJobResponse.Builder |
description(String description)
A short text description of the job.
|
CancelJobResponse.Builder |
jobArn(String jobArn)
The job ARN.
|
CancelJobResponse.Builder |
jobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCancelJobResponse.Builder jobArn(String jobArn)
The job ARN.
jobArn - The job ARN.CancelJobResponse.Builder jobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId - The unique identifier you assigned to this job when it was created.CancelJobResponse.Builder description(String description)
A short text description of the job.
description - A short text description of the job.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.