Uses of Class
software.amazon.awscdk.cloud_assembly_schema.PolicyViolationJson.Builder
Packages that use PolicyViolationJson.Builder
-
Uses of PolicyViolationJson.Builder in software.amazon.awscdk.cloud_assembly_schema
Methods in software.amazon.awscdk.cloud_assembly_schema that return PolicyViolationJson.BuilderModifier and TypeMethodDescriptionstatic PolicyViolationJson.BuilderPolicyViolationJson.builder()PolicyViolationJson.Builder.customSeverity(String customSeverity) Sets the value ofPolicyViolationJson.getCustomSeverity()PolicyViolationJson.Builder.description(String description) Sets the value ofPolicyViolationJson.getDescription()PolicyViolationJson.Builder.ruleMetadata(Map<String, String> ruleMetadata) Sets the value ofPolicyViolationJson.getRuleMetadata()Sets the value ofPolicyViolationJson.getRuleName()Sets the value ofPolicyViolationJson.getSeverity()PolicyViolationJson.Builder.suggestedFix(String suggestedFix) Sets the value ofPolicyViolationJson.getSuggestedFix()PolicyViolationJson.Builder.violatingConstructs(List<? extends ViolatingConstructJson> violatingConstructs) Sets the value ofPolicyViolationJson.getViolatingConstructs()Constructors in software.amazon.awscdk.cloud_assembly_schema with parameters of type PolicyViolationJson.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(PolicyViolationJson.Builder builder) Constructor that initializes the object based on literal property values passed by thePolicyViolationJson.Builder.