Interface StartJobRunResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartJobRunResponse.Builder,StartJobRunResponse>
,EmrServerlessResponse.Builder
,SdkBuilder<StartJobRunResponse.Builder,StartJobRunResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- StartJobRunResponse
public static interface StartJobRunResponse.Builder extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<StartJobRunResponse.Builder,StartJobRunResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartJobRunResponse.Builder
applicationId(String applicationId)
This output displays the application ID on which the job run was submitted.StartJobRunResponse.Builder
arn(String arn)
This output displays the ARN of the job run..StartJobRunResponse.Builder
jobRunId(String jobRunId)
The output contains the ID of the started job run.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationId
StartJobRunResponse.Builder applicationId(String applicationId)
This output displays the application ID on which the job run was submitted.
- Parameters:
applicationId
- This output displays the application ID on which the job run was submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobRunId
StartJobRunResponse.Builder jobRunId(String jobRunId)
The output contains the ID of the started job run.
- Parameters:
jobRunId
- The output contains the ID 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 displays the ARN of the job run..
- Parameters:
arn
- This output displays the ARN of the job run..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-