Interface GetJobRunRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetJobRunRequest.Builder,,- GetJobRunRequest> - EmrServerlessRequest.Builder,- SdkBuilder<GetJobRunRequest.Builder,,- GetJobRunRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetJobRunRequest
@Mutable
@NotThreadSafe
public static interface GetJobRunRequest.Builder
extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<GetJobRunRequest.Builder,GetJobRunRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The ID of the application on which the job run is submitted.An optimal parameter that indicates the amount of attempts for the job.The ID of the job run.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe 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.
 
- 
jobRunIdThe 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.
 
- 
attemptAn optimal parameter that indicates the amount of attempts for the job. If not specified, this value defaults to the attempt of the latest job. - Parameters:
- attempt- An optimal parameter that indicates the amount of attempts for the job. If not specified, this value defaults to the attempt of the latest job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationGetJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-