public static interface GetJobResponse.Builder extends GlueResponse.Builder, CopyableBuilder<GetJobResponse.Builder,GetJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetJobResponse.Builder |
job(Consumer<Job.Builder> job)
The requested job definition.
|
GetJobResponse.Builder |
job(Job job)
The requested job definition.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetJobResponse.Builder job(Job job)
The requested job definition.
job - The requested job definition.default GetJobResponse.Builder job(Consumer<Job.Builder> job)
The requested job definition.
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.