public static interface GetBatchPredictionRequest.Builder extends MachineLearningRequest.Builder, CopyableBuilder<GetBatchPredictionRequest.Builder,GetBatchPredictionRequest>
Modifier and Type | Method and Description |
---|---|
GetBatchPredictionRequest.Builder |
batchPredictionId(String batchPredictionId)
An ID assigned to the
BatchPrediction at creation. |
GetBatchPredictionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetBatchPredictionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
GetBatchPredictionRequest.Builder batchPredictionId(String batchPredictionId)
An ID assigned to the BatchPrediction
at creation.
batchPredictionId
- An ID assigned to the BatchPrediction
at creation.GetBatchPredictionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetBatchPredictionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.