public static interface GetJobResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<GetJobResponse.Builder,GetJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetJobResponse.Builder |
job(Consumer<Job.Builder> job)
An object that contains information about the requested job.
|
GetJobResponse.Builder |
job(Job job)
An object that contains information about the requested job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetJobResponse.Builder job(Job job)
An object that contains information about the requested job.
job - An object that contains information about the requested job.default GetJobResponse.Builder job(Consumer<Job.Builder> job)
An object that contains information about the requested 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.Builderjob(Job)Copyright © 2022. All rights reserved.