Uses of Class
software.amazon.awscdk.cloud_assembly_schema.SuppressedViolationJson.Builder
Packages that use SuppressedViolationJson.Builder
-
Uses of SuppressedViolationJson.Builder in software.amazon.awscdk.cloud_assembly_schema
Methods in software.amazon.awscdk.cloud_assembly_schema that return SuppressedViolationJson.BuilderModifier and TypeMethodDescriptionSuppressedViolationJson.Builder.acknowledgedAt(String acknowledgedAt) Sets the value ofSuppressedViolationJson.getAcknowledgedAt()SuppressedViolationJson.Builder.acknowledgedId(String acknowledgedId) Sets the value ofSuppressedViolationJson.getAcknowledgedId()SuppressedViolationJson.Builder.acknowledgedStackTrace(String acknowledgedStackTrace) Sets the value ofSuppressedViolationJson.getAcknowledgedStackTrace()SuppressedViolationJson.builder()SuppressedViolationJson.Builder.customSeverity(String customSeverity) Sets the value ofPolicyViolationJson.getCustomSeverity()SuppressedViolationJson.Builder.description(String description) Sets the value ofPolicyViolationJson.getDescription()Sets the value ofSuppressedViolationJson.getReason()SuppressedViolationJson.Builder.ruleMetadata(Map<String, String> ruleMetadata) Sets the value ofPolicyViolationJson.getRuleMetadata()Sets the value ofPolicyViolationJson.getRuleName()Sets the value ofPolicyViolationJson.getSeverity()SuppressedViolationJson.Builder.suggestedFix(String suggestedFix) Sets the value ofPolicyViolationJson.getSuggestedFix()SuppressedViolationJson.Builder.violatingConstructs(List<? extends ViolatingConstructJson> violatingConstructs) Sets the value ofPolicyViolationJson.getViolatingConstructs()Constructors in software.amazon.awscdk.cloud_assembly_schema with parameters of type SuppressedViolationJson.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSuppressedViolationJson.Builder.