Interface ListBatchJobRestartPointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBatchJobRestartPointsRequest.Builder,ListBatchJobRestartPointsRequest>,M2Request.Builder,SdkBuilder<ListBatchJobRestartPointsRequest.Builder,ListBatchJobRestartPointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBatchJobRestartPointsRequest
public static interface ListBatchJobRestartPointsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListBatchJobRestartPointsRequest.Builder,ListBatchJobRestartPointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBatchJobRestartPointsRequest.BuilderapplicationId(String applicationId)The unique identifier of the application.ListBatchJobRestartPointsRequest.BuilderauthSecretsManagerArn(String authSecretsManagerArn)The Amazon Web Services Secrets Manager containing user's credentials for authentication and authorization for List Batch Job Restart Points operation.ListBatchJobRestartPointsRequest.BuilderexecutionId(String executionId)The unique identifier of the batch job execution.ListBatchJobRestartPointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBatchJobRestartPointsRequest.BuilderoverrideConfiguration(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.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 Detail
-
applicationId
ListBatchJobRestartPointsRequest.Builder applicationId(String 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
ListBatchJobRestartPointsRequest.Builder authSecretsManagerArn(String 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
ListBatchJobRestartPointsRequest.Builder executionId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBatchJobRestartPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-