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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBatchPredictionResponse.BuilderbatchPredictionId(String batchPredictionId)A user-supplied ID that uniquely identifies theBatchPrediction.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
batchPredictionId
DeleteBatchPredictionResponse.Builder batchPredictionId(String 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.
-
-