public static interface StartJobRunResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<StartJobRunResponse.Builder,StartJobRunResponse>
| Modifier and Type | Method and Description |
|---|---|
StartJobRunResponse.Builder |
arn(String arn)
This output lists the ARN of job run.
|
StartJobRunResponse.Builder |
id(String id)
This output displays the started job run ID.
|
StartJobRunResponse.Builder |
name(String name)
This output displays the name of the started job run.
|
StartJobRunResponse.Builder |
virtualClusterId(String virtualClusterId)
This output displays the virtual cluster ID for which the job run was submitted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartJobRunResponse.Builder id(String id)
This output displays the started job run ID.
id - This output displays the started job run ID.StartJobRunResponse.Builder name(String name)
This output displays the name of the started job run.
name - This output displays the name of the started job run.StartJobRunResponse.Builder arn(String arn)
This output lists the ARN of job run.
arn - This output lists the ARN of job run.StartJobRunResponse.Builder virtualClusterId(String virtualClusterId)
This output displays the virtual cluster ID for which the job run was submitted.
virtualClusterId - This output displays the virtual cluster ID for which the job run was submitted.Copyright © 2023. All rights reserved.