Interface DeleteBatchPredictionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DeleteBatchPredictionResponse.Builder,,- DeleteBatchPredictionResponse> - MachineLearningResponse.Builder,- SdkBuilder<DeleteBatchPredictionResponse.Builder,,- DeleteBatchPredictionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DeleteBatchPredictionResponse
@Mutable
@NotThreadSafe
public static interface DeleteBatchPredictionResponse.Builder
extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<DeleteBatchPredictionResponse.Builder,DeleteBatchPredictionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionbatchPredictionId(String batchPredictionId) A user-supplied ID that uniquely identifies theBatchPrediction.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
batchPredictionIdA 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 the- BatchPrediction. This value should be identical to the value of the- BatchPredictionIDin the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-