Uses of Class
software.amazon.awscdk.cloud_assembly_schema.PluginReportJson.Builder
Packages that use PluginReportJson.Builder
-
Uses of PluginReportJson.Builder in software.amazon.awscdk.cloud_assembly_schema
Methods in software.amazon.awscdk.cloud_assembly_schema that return PluginReportJson.BuilderModifier and TypeMethodDescriptionstatic PluginReportJson.BuilderPluginReportJson.builder()PluginReportJson.Builder.conclusion(String conclusion) Sets the value ofPluginReportJson.getConclusion()Sets the value ofPluginReportJson.getMetadata()PluginReportJson.Builder.pluginName(String pluginName) Sets the value ofPluginReportJson.getPluginName()PluginReportJson.Builder.pluginVersion(String pluginVersion) Sets the value ofPluginReportJson.getPluginVersion()PluginReportJson.Builder.suppressedViolations(List<? extends SuppressedViolationJson> suppressedViolations) Sets the value ofPluginReportJson.getSuppressedViolations()PluginReportJson.Builder.violations(List<? extends PolicyViolationJson> violations) Sets the value ofPluginReportJson.getViolations()Constructors in software.amazon.awscdk.cloud_assembly_schema with parameters of type PluginReportJson.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(PluginReportJson.Builder builder) Constructor that initializes the object based on literal property values passed by thePluginReportJson.Builder.