default ActiveViolation.Builder |
ActiveViolation.Builder.behavior(Consumer<Behavior.Builder> behavior) |
The behavior that is being violated.
|
ActiveViolation.Builder |
ActiveViolation.Builder.behavior(Behavior behavior) |
The behavior that is being violated.
|
static ActiveViolation.Builder |
ActiveViolation.builder() |
|
ActiveViolation.Builder |
ActiveViolation.Builder.lastViolationTime(Instant lastViolationTime) |
The time the most recent violation occurred.
|
default ActiveViolation.Builder |
ActiveViolation.Builder.lastViolationValue(Consumer<MetricValue.Builder> lastViolationValue) |
The value of the metric (the measurement) that caused the most recent violation.
|
ActiveViolation.Builder |
ActiveViolation.Builder.lastViolationValue(MetricValue lastViolationValue) |
The value of the metric (the measurement) that caused the most recent violation.
|
ActiveViolation.Builder |
ActiveViolation.Builder.securityProfileName(String securityProfileName) |
The security profile with the behavior is in violation.
|
ActiveViolation.Builder |
ActiveViolation.Builder.thingName(String thingName) |
The name of the thing responsible for the active violation.
|
ActiveViolation.Builder |
ActiveViolation.toBuilder() |
|
ActiveViolation.Builder |
ActiveViolation.Builder.verificationState(String verificationState) |
The verification state of the violation (detect alarm).
|
ActiveViolation.Builder |
ActiveViolation.Builder.verificationState(VerificationState verificationState) |
The verification state of the violation (detect alarm).
|
ActiveViolation.Builder |
ActiveViolation.Builder.verificationStateDescription(String verificationStateDescription) |
The description of the verification state of the violation.
|
default ActiveViolation.Builder |
ActiveViolation.Builder.violationEventAdditionalInfo(Consumer<ViolationEventAdditionalInfo.Builder> violationEventAdditionalInfo) |
The details of a violation event.
|
ActiveViolation.Builder |
ActiveViolation.Builder.violationEventAdditionalInfo(ViolationEventAdditionalInfo violationEventAdditionalInfo) |
The details of a violation event.
|
ActiveViolation.Builder |
ActiveViolation.Builder.violationId(String violationId) |
The ID of the active violation.
|
ActiveViolation.Builder |
ActiveViolation.Builder.violationStartTime(Instant violationStartTime) |
The time the violation started.
|