public static interface UpdateBatchPredictionRequest.Builder extends MachineLearningRequest.Builder, CopyableBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>
Modifier and Type | Method and Description |
---|---|
UpdateBatchPredictionRequest.Builder |
batchPredictionId(String batchPredictionId)
The ID assigned to the
BatchPrediction during creation. |
UpdateBatchPredictionRequest.Builder |
batchPredictionName(String batchPredictionName)
A new user-supplied name or description of the
BatchPrediction . |
UpdateBatchPredictionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateBatchPredictionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateBatchPredictionRequest.Builder batchPredictionId(String batchPredictionId)
The ID assigned to the BatchPrediction
during creation.
batchPredictionId
- The ID assigned to the BatchPrediction
during creation.UpdateBatchPredictionRequest.Builder batchPredictionName(String batchPredictionName)
A new user-supplied name or description of the BatchPrediction
.
batchPredictionName
- A new user-supplied name or description of the BatchPrediction
.UpdateBatchPredictionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateBatchPredictionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.