Uses of Interface
software.amazon.awssdk.services.iot.model.ViolationEventAdditionalInfo.Builder
-
Packages that use ViolationEventAdditionalInfo.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ViolationEventAdditionalInfo.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ViolationEventAdditionalInfo.Builder Modifier and Type Method Description static ViolationEventAdditionalInfo.BuilderViolationEventAdditionalInfo. builder()ViolationEventAdditionalInfo.BuilderViolationEventAdditionalInfo.Builder. confidenceLevel(String confidenceLevel)The sensitivity of anomalous behavior evaluation.ViolationEventAdditionalInfo.BuilderViolationEventAdditionalInfo.Builder. confidenceLevel(ConfidenceLevel confidenceLevel)The sensitivity of anomalous behavior evaluation.ViolationEventAdditionalInfo.BuilderViolationEventAdditionalInfo. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ViolationEventAdditionalInfo.Builder Modifier and Type Method Description static Class<? extends ViolationEventAdditionalInfo.Builder>ViolationEventAdditionalInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ViolationEventAdditionalInfo.Builder Modifier and Type Method Description default ActiveViolation.BuilderActiveViolation.Builder. violationEventAdditionalInfo(Consumer<ViolationEventAdditionalInfo.Builder> violationEventAdditionalInfo)The details of a violation event.default ViolationEvent.BuilderViolationEvent.Builder. violationEventAdditionalInfo(Consumer<ViolationEventAdditionalInfo.Builder> violationEventAdditionalInfo)The details of a violation event.
-