CopyableBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>
, SdkBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>
public static interface UpdateBatchPredictionRequest.Builder extends CopyableBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>
Modifier and Type | Method | 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 . |
copy
apply, 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
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.