Interface DetectorDebugOption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectorDebugOption.Builder,
,DetectorDebugOption> SdkBuilder<DetectorDebugOption.Builder,
,DetectorDebugOption> SdkPojo
- Enclosing class:
DetectorDebugOption
public static interface DetectorDebugOption.Builder
extends SdkPojo, CopyableBuilder<DetectorDebugOption.Builder,DetectorDebugOption>
-
Method Summary
Modifier and TypeMethodDescriptiondetectorModelName
(String detectorModelName) The name of the detector model.The value of the input attribute key used to create the detector (the instance of the detector model).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 Details
-
detectorModelName
The name of the detector model.
- Parameters:
detectorModelName
- The name of the detector model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyValue
The value of the input attribute key used to create the detector (the instance of the detector model).
- Parameters:
keyValue
- The value of the input attribute key used to create the detector (the instance of the detector model).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-