public static interface DeleteDetectorRequest.Builder extends SdkPojo, CopyableBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDetectorRequest.Builder |
detectorModelName(String detectorModelName)
The name of the detector model that was used to create the detector instance.
|
DeleteDetectorRequest.Builder |
keyValue(String keyValue)
The value of the key used to identify the detector.
|
DeleteDetectorRequest.Builder |
messageId(String messageId)
The ID to assign to the
DeleteDetectorRequest. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDetectorRequest.Builder messageId(String messageId)
The ID to assign to the DeleteDetectorRequest. Each "messageId" must be unique
within each batch sent.
messageId - The ID to assign to the DeleteDetectorRequest. Each "messageId" must be
unique within each batch sent.DeleteDetectorRequest.Builder detectorModelName(String detectorModelName)
The name of the detector model that was used to create the detector instance.
detectorModelName - The name of the detector model that was used to create the detector instance.DeleteDetectorRequest.Builder keyValue(String keyValue)
The value of the key used to identify the detector.
keyValue - The value of the key used to identify the detector.Copyright © 2023. All rights reserved.