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.Builder
applicationId(String applicationId)
The ID of the application on which the job run is submitted.GetJobRunRequest.Builder
attempt(Integer attempt)
An optimal parameter that indicates the amount of attempts for the job.GetJobRunRequest.Builder
jobRunId(String jobRunId)
The ID of the job run.GetJobRunRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetJobRunRequest.Builder
overrideConfiguration(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, sdkFieldNameToField, 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.
-
attempt
GetJobRunRequest.Builder attempt(Integer 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.
- 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.
-
overrideConfiguration
GetJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-