public static interface ReadJobResponse.Builder extends ElasticTranscoderResponse.Builder, CopyableBuilder<ReadJobResponse.Builder,ReadJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default ReadJobResponse.Builder |
job(Consumer<Job.Builder> job)
A section of the response body that provides information about the job.
|
ReadJobResponse.Builder |
job(Job job)
A section of the response body that provides information about the job.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildReadJobResponse.Builder job(Job job)
A section of the response body that provides information about the job.
job - A section of the response body that provides information about the job.default ReadJobResponse.Builder job(Consumer<Job.Builder> job)
A section of the response body that provides 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.