public static interface StartJobRunResponse.Builder extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<StartJobRunResponse.Builder,StartJobRunResponse>
| Modifier and Type | Method and Description |
|---|---|
StartJobRunResponse.Builder |
applicationId(String applicationId)
This output displays the application ID on which the job run was submitted.
|
StartJobRunResponse.Builder |
arn(String arn)
The output lists the execution role ARN of the job run.
|
StartJobRunResponse.Builder |
jobRunId(String jobRunId)
The output contains the ID of the started job run.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartJobRunResponse.Builder applicationId(String applicationId)
This output displays the application ID on which the job run was submitted.
applicationId - This output displays the application ID on which the job run was submitted.StartJobRunResponse.Builder jobRunId(String jobRunId)
The output contains the ID of the started job run.
jobRunId - The output contains the ID of the started job run.StartJobRunResponse.Builder arn(String arn)
The output lists the execution role ARN of the job run.
arn - The output lists the execution role ARN of the job run.Copyright © 2022. All rights reserved.