public static interface GetJobResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<GetJobResponse.Builder,GetJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetJobResponse.Builder |
job(Consumer<Job.Builder> job)
An object containing information about the requested job.
|
GetJobResponse.Builder |
job(Job job)
An object containing information about the requested job.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetJobResponse.Builder job(Job job)
An object containing information about the requested job.
job - An object containing information about the requested job.default GetJobResponse.Builder job(Consumer<Job.Builder> job)
An object containing information about the requested 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.