Interface GetJobRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetJobRunRequest.Builder,GetJobRunRequest>,EmrServerlessRequest.Builder,SdkBuilder<GetJobRunRequest.Builder,GetJobRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetJobRunRequest
public static interface GetJobRunRequest.Builder extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<GetJobRunRequest.Builder,GetJobRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetJobRunRequest.BuilderapplicationId(String applicationId)The ID of the application on which the job run is submitted.GetJobRunRequest.BuilderjobRunId(String jobRunId)The ID of the job run.GetJobRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetJobRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
GetJobRunRequest.Builder applicationId(String applicationId)
The ID of the application on which the job run is submitted.
- Parameters:
applicationId- The ID of the application on which the job run is submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobRunId
GetJobRunRequest.Builder jobRunId(String jobRunId)
The ID of the job run.
- Parameters:
jobRunId- The ID of the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-