Interface DeleteDetectorRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>,SdkBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>,SdkPojo
- Enclosing class:
- DeleteDetectorRequest
public static interface DeleteDetectorRequest.Builder extends SdkPojo, CopyableBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDetectorRequest.BuilderdetectorModelName(String detectorModelName)The name of the detector model that was used to create the detector instance.DeleteDetectorRequest.BuilderkeyValue(String keyValue)The value of the key used to identify the detector.DeleteDetectorRequest.BuildermessageId(String messageId)The ID to assign to theDeleteDetectorRequest.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
messageId
DeleteDetectorRequest.Builder messageId(String messageId)
The ID to assign to the
DeleteDetectorRequest. Each"messageId"must be unique within each batch sent.- Parameters:
messageId- The ID to assign to theDeleteDetectorRequest. Each"messageId"must be unique within each batch sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorModelName
DeleteDetectorRequest.Builder detectorModelName(String detectorModelName)
The name of the detector model that was used to create the detector instance.
- Parameters:
detectorModelName- The name of the detector model that was used to create the detector instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyValue
DeleteDetectorRequest.Builder keyValue(String keyValue)
The value of the key used to identify the detector.
- Parameters:
keyValue- The value of the key used to identify the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-