public static interface GetJobRunResponse.Builder extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<GetJobRunResponse.Builder,GetJobRunResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetJobRunResponse.Builder |
jobRun(Consumer<JobRun.Builder> jobRun)
The output displays information about the job run.
|
GetJobRunResponse.Builder |
jobRun(JobRun jobRun)
The output displays information about the job run.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetJobRunResponse.Builder jobRun(JobRun jobRun)
The output displays information about the job run.
jobRun - The output displays information about the job run.default GetJobRunResponse.Builder jobRun(Consumer<JobRun.Builder> jobRun)
The output displays information about the job run.
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.