Interface StartJobRunResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartJobRunResponse.Builder,StartJobRunResponse>,EmrContainersResponse.Builder,SdkBuilder<StartJobRunResponse.Builder,StartJobRunResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartJobRunResponse
public static interface StartJobRunResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<StartJobRunResponse.Builder,StartJobRunResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartJobRunResponse.Builderarn(String arn)This output lists the ARN of job run.StartJobRunResponse.Builderid(String id)This output displays the started job run ID.StartJobRunResponse.Buildername(String name)This output displays the name of the started job run.StartJobRunResponse.BuildervirtualClusterId(String virtualClusterId)This output displays the virtual cluster ID for which the job run was submitted.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emrcontainers.model.EmrContainersResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
StartJobRunResponse.Builder id(String id)
This output displays the started job run ID.
- Parameters:
id- This output displays the started job run ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
StartJobRunResponse.Builder name(String name)
This output displays the name of the started job run.
- Parameters:
name- This output displays the name of the started job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
StartJobRunResponse.Builder arn(String arn)
This output lists the ARN of job run.
- Parameters:
arn- This output lists the ARN of job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
virtualClusterId
StartJobRunResponse.Builder virtualClusterId(String virtualClusterId)
This output displays the virtual cluster ID for which the job run was submitted.
- Parameters:
virtualClusterId- This output displays the virtual cluster ID for which the job run was submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-