public static interface AssociateTargetsWithJobResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<AssociateTargetsWithJobResponse.Builder,AssociateTargetsWithJobResponse>
Modifier and Type | Method and Description |
---|---|
AssociateTargetsWithJobResponse.Builder |
description(String description)
A short text description of the job.
|
AssociateTargetsWithJobResponse.Builder |
jobArn(String jobArn)
An ARN identifying the job.
|
AssociateTargetsWithJobResponse.Builder |
jobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
AssociateTargetsWithJobResponse.Builder jobArn(String jobArn)
An ARN identifying the job.
jobArn
- An ARN identifying the job.AssociateTargetsWithJobResponse.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.AssociateTargetsWithJobResponse.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.