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) |
UpdateBatchPredictionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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)
overrideConfiguration in interface AwsRequest.BuilderUpdateBatchPredictionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.