public static interface GetJobRunResponse.Builder extends GlueResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 © 2023. All rights reserved.