Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.Component.Builder
Packages that use Component.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of Component.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return Component.BuilderModifier and TypeMethodDescriptionComponent.Builder.changeDescription(String changeDescription) (experimental) The change description of the component.Component.Builder.componentName(String componentName) (experimental) The name of the component.Component.Builder.componentVersion(String componentVersion) (experimental) The version of the component.static Component.BuilderComponent.Builder.data(ComponentData data) (experimental) The component document content that defines the build, validation, or test steps to be executed during the image building process.Component.Builder.description(String description) (experimental) The description of the component.(experimental) The KMS key used to encrypt this component.(experimental) The operating system platform of the component.Component.Builder.supportedOsVersions(List<? extends OSVersion> supportedOsVersions) (experimental) The operating system versions supported by the component.(experimental) The tags to apply to the component.