Interface ListBatchJobRestartPointsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListBatchJobRestartPointsRequest.Builder,
,ListBatchJobRestartPointsRequest> M2Request.Builder
,SdkBuilder<ListBatchJobRestartPointsRequest.Builder,
,ListBatchJobRestartPointsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListBatchJobRestartPointsRequest
@Mutable
@NotThreadSafe
public static interface ListBatchJobRestartPointsRequest.Builder
extends M2Request.Builder, SdkPojo, CopyableBuilder<ListBatchJobRestartPointsRequest.Builder,ListBatchJobRestartPointsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The unique identifier of the application.authSecretsManagerArn
(String authSecretsManagerArn) The Amazon Web Services Secrets Manager containing user's credentials for authentication and authorization for List Batch Job Restart Points operation.executionId
(String executionId) The unique identifier of the batch job execution.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.m2.model.M2Request.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 unique identifier of the application.
- Parameters:
applicationId
- The unique identifier of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authSecretsManagerArn
The Amazon Web Services Secrets Manager containing user's credentials for authentication and authorization for List Batch Job Restart Points operation.
- Parameters:
authSecretsManagerArn
- The Amazon Web Services Secrets Manager containing user's credentials for authentication and authorization for List Batch Job Restart Points operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionId
The unique identifier of the batch job execution.
- Parameters:
executionId
- The unique identifier of the batch job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBatchJobRestartPointsRequest.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
ListBatchJobRestartPointsRequest.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.
-