Interface DeleteModelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteModelRequest.Builder,DeleteModelRequest>,FraudDetectorRequest.Builder,SdkBuilder<DeleteModelRequest.Builder,DeleteModelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteModelRequest
public static interface DeleteModelRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<DeleteModelRequest.Builder,DeleteModelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteModelRequest.BuildermodelId(String modelId)The model ID of the model to delete.DeleteModelRequest.BuildermodelType(String modelType)The model type of the model to delete.DeleteModelRequest.BuildermodelType(ModelTypeEnum modelType)The model type of the model to delete.DeleteModelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteModelRequest.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.frauddetector.model.FraudDetectorRequest.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
-
modelId
DeleteModelRequest.Builder modelId(String modelId)
The model ID of the model to delete.
- Parameters:
modelId- The model ID of the model to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelType
DeleteModelRequest.Builder modelType(String modelType)
The model type of the model to delete.
- Parameters:
modelType- The model type of the model to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelTypeEnum,ModelTypeEnum
-
modelType
DeleteModelRequest.Builder modelType(ModelTypeEnum modelType)
The model type of the model to delete.
- Parameters:
modelType- The model type of the model to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelTypeEnum,ModelTypeEnum
-
overrideConfiguration
DeleteModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-