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