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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CancelJobResponse.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 © 2023. All rights reserved.