Interface ListJobRunAttemptsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListJobRunAttemptsRequest.Builder,
,ListJobRunAttemptsRequest> EmrServerlessRequest.Builder
,SdkBuilder<ListJobRunAttemptsRequest.Builder,
,ListJobRunAttemptsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListJobRunAttemptsRequest
@Mutable
@NotThreadSafe
public static interface ListJobRunAttemptsRequest.Builder
extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListJobRunAttemptsRequest.Builder,ListJobRunAttemptsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The ID of the application for which to list job runs.The ID of the job run to list.maxResults
(Integer maxResults) The maximum number of job run attempts to list.The token for the next set of job run attempt results.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.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 Details
-
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListJobRunAttemptsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-