Uses of Interface
software.amazon.awssdk.services.cloudformation.model.Annotation.Builder
Packages that use Annotation.Builder
-
Uses of Annotation.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Annotation.BuilderModifier and TypeMethodDescriptionAnnotation.Builder.annotationName(String annotationName) An identifier for the evaluation logic that was used when invoking the Hook.static Annotation.BuilderAnnotation.builder()Annotation.Builder.remediationLink(String remediationLink) A URL that you can access for additional remediation guidance.Annotation.Builder.remediationMessage(String remediationMessage) Suggests what to change if your Hook returns aFAILEDstatus.Annotation.Builder.severityLevel(String severityLevel) The relative risk associated with any violations of this type.Annotation.Builder.severityLevel(AnnotationSeverityLevel severityLevel) The relative risk associated with any violations of this type.The status of the Hook invocation from the downstream service.Annotation.Builder.status(AnnotationStatus status) The status of the Hook invocation from the downstream service.Annotation.Builder.statusMessage(String statusMessage) The explanation for the specific status assigned to this Hook invocation.Annotation.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type Annotation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Annotation.Builder>Annotation.serializableBuilderClass()