Interface UpdateBatchPredictionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>,MachineLearningRequest.Builder,SdkBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateBatchPredictionRequest
public static interface UpdateBatchPredictionRequest.Builder extends MachineLearningRequest.Builder, SdkPojo, CopyableBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBatchPredictionRequest.BuilderbatchPredictionId(String batchPredictionId)The ID assigned to theBatchPredictionduring creation.UpdateBatchPredictionRequest.BuilderbatchPredictionName(String batchPredictionName)A new user-supplied name or description of theBatchPrediction.UpdateBatchPredictionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBatchPredictionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
batchPredictionId
UpdateBatchPredictionRequest.Builder batchPredictionId(String batchPredictionId)
The ID assigned to the
BatchPredictionduring creation.- Parameters:
batchPredictionId- The ID assigned to theBatchPredictionduring creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchPredictionName
UpdateBatchPredictionRequest.Builder batchPredictionName(String batchPredictionName)
A new user-supplied name or description of the
BatchPrediction.- Parameters:
batchPredictionName- A new user-supplied name or description of theBatchPrediction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateBatchPredictionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBatchPredictionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-