Interface UpdateBatchPredictionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateBatchPredictionResponse.Builder,UpdateBatchPredictionResponse>,MachineLearningResponse.Builder,SdkBuilder<UpdateBatchPredictionResponse.Builder,UpdateBatchPredictionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateBatchPredictionResponse
public static interface UpdateBatchPredictionResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<UpdateBatchPredictionResponse.Builder,UpdateBatchPredictionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBatchPredictionResponse.BuilderbatchPredictionId(String batchPredictionId)The ID assigned to theBatchPredictionduring creation.-
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
UpdateBatchPredictionResponse.Builder batchPredictionId(String batchPredictionId)
The ID assigned to the
BatchPredictionduring creation. This value should be identical to the value of theBatchPredictionIdin the request.- Parameters:
batchPredictionId- The ID assigned to theBatchPredictionduring creation. 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.
-
-