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