Interface GetBatchPredictionJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetBatchPredictionJobsRequest.Builder,,GetBatchPredictionJobsRequest> FraudDetectorRequest.Builder,SdkBuilder<GetBatchPredictionJobsRequest.Builder,,GetBatchPredictionJobsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetBatchPredictionJobsRequest
public static interface GetBatchPredictionJobsRequest.Builder
extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetBatchPredictionJobsRequest.Builder,GetBatchPredictionJobsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe batch prediction job for which to get the details.maxResults(Integer maxResults) The maximum number of objects to return for the request.The next token from the previous request.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.frauddetector.model.FraudDetectorRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
jobId
The batch prediction job for which to get the details.
- Parameters:
jobId- The batch prediction job for which to get the details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of objects to return for the request.
- Parameters:
maxResults- The maximum number of objects to return for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The next token from the previous request.
- Parameters:
nextToken- The next token from the previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBatchPredictionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetBatchPredictionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-