default ViolationEvent.Builder |
ViolationEvent.Builder.behavior(Consumer<Behavior.Builder> behavior) |
The behavior that was violated.
|
ViolationEvent.Builder |
ViolationEvent.Builder.behavior(Behavior behavior) |
The behavior that was violated.
|
static ViolationEvent.Builder |
ViolationEvent.builder() |
|
default ViolationEvent.Builder |
ViolationEvent.Builder.metricValue(Consumer<MetricValue.Builder> metricValue) |
The value of the metric (the measurement).
|
ViolationEvent.Builder |
ViolationEvent.Builder.metricValue(MetricValue metricValue) |
The value of the metric (the measurement).
|
ViolationEvent.Builder |
ViolationEvent.Builder.securityProfileName(String securityProfileName) |
The name of the security profile whose behavior was violated.
|
ViolationEvent.Builder |
ViolationEvent.Builder.thingName(String thingName) |
The name of the thing responsible for the violation event.
|
ViolationEvent.Builder |
ViolationEvent.toBuilder() |
|
ViolationEvent.Builder |
ViolationEvent.Builder.verificationState(String verificationState) |
The verification state of the violation (detect alarm).
|
ViolationEvent.Builder |
ViolationEvent.Builder.verificationState(VerificationState verificationState) |
The verification state of the violation (detect alarm).
|
ViolationEvent.Builder |
ViolationEvent.Builder.verificationStateDescription(String verificationStateDescription) |
The description of the verification state of the violation.
|
default ViolationEvent.Builder |
ViolationEvent.Builder.violationEventAdditionalInfo(Consumer<ViolationEventAdditionalInfo.Builder> violationEventAdditionalInfo) |
The details of a violation event.
|
ViolationEvent.Builder |
ViolationEvent.Builder.violationEventAdditionalInfo(ViolationEventAdditionalInfo violationEventAdditionalInfo) |
The details of a violation event.
|
ViolationEvent.Builder |
ViolationEvent.Builder.violationEventTime(Instant violationEventTime) |
The time the violation event occurred.
|
ViolationEvent.Builder |
ViolationEvent.Builder.violationEventType(String violationEventType) |
The type of violation event.
|
ViolationEvent.Builder |
ViolationEvent.Builder.violationEventType(ViolationEventType violationEventType) |
The type of violation event.
|
ViolationEvent.Builder |
ViolationEvent.Builder.violationId(String violationId) |
The ID of the violation event.
|