public static interface UpdateBatchPredictionRequest.Builder extends 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. |
copyapply, 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.Copyright © 2017. All rights reserved.