public static interface GetJobRunResponse.Builder extends GlueResponse.Builder, CopyableBuilder<GetJobRunResponse.Builder,GetJobRunResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetJobRunResponse.Builder |
jobRun(Consumer<JobRun.Builder> jobRun)
The requested job-run metadata.
|
GetJobRunResponse.Builder |
jobRun(JobRun jobRun)
The requested job-run metadata.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetJobRunResponse.Builder jobRun(JobRun jobRun)
The requested job-run metadata.
jobRun - The requested job-run metadata.default GetJobRunResponse.Builder jobRun(Consumer<JobRun.Builder> jobRun)
The requested job-run metadata.
This is a convenience that creates an instance of theJobRun.Builder avoiding the need to create one
manually via JobRun.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to jobRun(JobRun).jobRun - a consumer that will call methods on JobRun.BuilderjobRun(JobRun)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.