public static interface UpdateBatchPredictionRequest.Builder extends MachineLearningRequest.Builder, SdkPojo, 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.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateBatchPredictionRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateBatchPredictionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.