Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ComponentDocument.Builder
Packages that use ComponentDocument.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of ComponentDocument.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ComponentDocument.BuilderModifier and TypeMethodDescriptionstatic ComponentDocument.BuilderComponentDocument.builder()ComponentDocument.Builder.constants(Map<String, ? extends ComponentConstantValue> constants) Sets the value ofComponentDocument.getConstants()ComponentDocument.Builder.description(String description) Sets the value ofComponentDocument.getDescription()Sets the value ofComponentDocument.getName()ComponentDocument.Builder.parameters(Map<String, ? extends ComponentDocumentParameterDefinition> parameters) Sets the value ofComponentDocument.getParameters()ComponentDocument.Builder.phases(List<? extends ComponentDocumentPhase> phases) Sets the value ofComponentDocument.getPhases()ComponentDocument.Builder.schemaVersion(ComponentSchemaVersion schemaVersion) Sets the value ofComponentDocument.getSchemaVersion()Constructors in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type ComponentDocument.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ComponentDocument.Builder builder) Constructor that initializes the object based on literal property values passed by theComponentDocument.Builder.