public static interface DescribeJobResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeJobResponse.Builder,DescribeJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeJobResponse.Builder |
documentSource(String documentSource)
An S3 link to the job document.
|
default DescribeJobResponse.Builder |
job(Consumer<Job.Builder> job)
Information about the job.
|
DescribeJobResponse.Builder |
job(Job job)
Information about the job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeJobResponse.Builder documentSource(String documentSource)
An S3 link to the job document.
documentSource - An S3 link to the job document.DescribeJobResponse.Builder job(Job job)
Information about the job.
job - Information about the job.default DescribeJobResponse.Builder job(Consumer<Job.Builder> job)
Information about the job.
This is a convenience that creates an instance of theJob.Builder avoiding the need to create one
manually via Job.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to job(Job).job - a consumer that will call methods on Job.Builderjob(Job)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.