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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeJobResponse.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 method 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.Builder
job(Job)
Copyright © 2023. All rights reserved.