Interface ListJobRunAttemptsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListJobRunAttemptsRequest.Builder,ListJobRunAttemptsRequest>
,EmrServerlessRequest.Builder
,SdkBuilder<ListJobRunAttemptsRequest.Builder,ListJobRunAttemptsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListJobRunAttemptsRequest
public static interface ListJobRunAttemptsRequest.Builder extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListJobRunAttemptsRequest.Builder,ListJobRunAttemptsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListJobRunAttemptsRequest.Builder
applicationId(String applicationId)
The ID of the application for which to list job runs.ListJobRunAttemptsRequest.Builder
jobRunId(String jobRunId)
The ID of the job run to list.ListJobRunAttemptsRequest.Builder
maxResults(Integer maxResults)
The maximum number of job run attempts to list.ListJobRunAttemptsRequest.Builder
nextToken(String nextToken)
The token for the next set of job run attempt results.ListJobRunAttemptsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListJobRunAttemptsRequest.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, sdkFields
-
-
-
-
Method Detail
-
applicationId
ListJobRunAttemptsRequest.Builder applicationId(String applicationId)
The ID of the application for which to list job runs.
- Parameters:
applicationId
- The ID of the application for which to list job runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobRunId
ListJobRunAttemptsRequest.Builder jobRunId(String jobRunId)
The ID of the job run to list.
- Parameters:
jobRunId
- The ID of the job run to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListJobRunAttemptsRequest.Builder nextToken(String nextToken)
The token for the next set of job run attempt results.
- Parameters:
nextToken
- The token for the next set of job run attempt results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListJobRunAttemptsRequest.Builder maxResults(Integer maxResults)
The maximum number of job run attempts to list.
- Parameters:
maxResults
- The maximum number of job run attempts to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListJobRunAttemptsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListJobRunAttemptsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-