public static interface UpdateBatchPredictionRequest.Builder extends MachineLearningRequest.Builder, software.amazon.awssdk.utils.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
UpdateBatchPredictionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer) |
buildrequestOverrideConfigUpdateBatchPredictionRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderUpdateBatchPredictionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.