Uses of Interface
software.amazon.awssdk.services.iotevents.model.DetectorDebugOption.Builder
-
Packages that use DetectorDebugOption.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of DetectorDebugOption.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return DetectorDebugOption.Builder Modifier and Type Method Description static DetectorDebugOption.BuilderDetectorDebugOption. builder()DetectorDebugOption.BuilderDetectorDebugOption.Builder. detectorModelName(String detectorModelName)The name of the detector model.DetectorDebugOption.BuilderDetectorDebugOption.Builder. keyValue(String keyValue)The value of the input attribute key used to create the detector (the instance of the detector model).DetectorDebugOption.BuilderDetectorDebugOption. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type DetectorDebugOption.Builder Modifier and Type Method Description static Class<? extends DetectorDebugOption.Builder>DetectorDebugOption. serializableBuilderClass()
-