public static interface DeleteModelRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<DeleteModelRequest.Builder,DeleteModelRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteModelRequest.Builder |
modelId(String modelId)
The model ID of the model to delete.
|
DeleteModelRequest.Builder |
modelType(ModelTypeEnum modelType)
The model type of the model to delete.
|
DeleteModelRequest.Builder |
modelType(String modelType)
The model type of the model to delete.
|
DeleteModelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteModelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteModelRequest.Builder modelId(String modelId)
The model ID of the model to delete.
modelId - The model ID of the model to delete.DeleteModelRequest.Builder modelType(String modelType)
The model type of the model to delete.
modelType - The model type of the model to delete.ModelTypeEnum,
ModelTypeEnumDeleteModelRequest.Builder modelType(ModelTypeEnum modelType)
The model type of the model to delete.
modelType - The model type of the model to delete.ModelTypeEnum,
ModelTypeEnumDeleteModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.