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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectorDebugOption.BuilderdetectorModelName(String detectorModelName)The name of the detector model.DetectorDebugOption.BuilderkeyValue(String keyValue)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 Detail
-
detectorModelName
DetectorDebugOption.Builder detectorModelName(String 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
DetectorDebugOption.Builder keyValue(String 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.
-
-