Annotation.Builder |
Annotation.Builder.annotationName(String annotationName) |
An identifier for the evaluation logic that was used when invoking the Hook.
|
static Annotation.Builder |
Annotation.builder() |
|
Annotation.Builder |
Annotation.Builder.remediationLink(String remediationLink) |
A URL that you can access for additional remediation guidance.
|
Annotation.Builder |
Annotation.Builder.remediationMessage(String remediationMessage) |
Suggests what to change if your Hook returns a FAILED status.
|
Annotation.Builder |
Annotation.Builder.severityLevel(String severityLevel) |
The relative risk associated with any violations of this type.
|
Annotation.Builder |
Annotation.Builder.severityLevel(AnnotationSeverityLevel severityLevel) |
The relative risk associated with any violations of this type.
|
Annotation.Builder |
Annotation.Builder.status(String status) |
The status of the Hook invocation from the downstream service.
|
Annotation.Builder |
Annotation.Builder.status(AnnotationStatus status) |
The status of the Hook invocation from the downstream service.
|
Annotation.Builder |
Annotation.Builder.statusMessage(String statusMessage) |
The explanation for the specific status assigned to this Hook invocation.
|
Annotation.Builder |
Annotation.toBuilder() |
|