Interface DeleteBatchPredictionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DeleteBatchPredictionResponse.Builder,,DeleteBatchPredictionResponse> MachineLearningResponse.Builder,SdkBuilder<DeleteBatchPredictionResponse.Builder,,DeleteBatchPredictionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DeleteBatchPredictionResponse
public static interface DeleteBatchPredictionResponse.Builder
extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<DeleteBatchPredictionResponse.Builder,DeleteBatchPredictionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionbatchPredictionId(String batchPredictionId) A user-supplied ID that uniquely identifies theBatchPrediction.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
batchPredictionId
A user-supplied ID that uniquely identifies the
BatchPrediction. This value should be identical to the value of theBatchPredictionIDin the request.- Parameters:
 batchPredictionId- A user-supplied ID that uniquely identifies theBatchPrediction. This value should be identical to the value of theBatchPredictionIDin the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -