Uses of Interface
software.amazon.awscdk.services.imagebuilder.alpha.ComponentConfiguration
Packages that use ComponentConfiguration
Package
Description
EC2 Image Builder Construct Library
-
Uses of ComponentConfiguration in software.amazon.awscdk.services.imagebuilder.alpha
Classes in software.amazon.awscdk.services.imagebuilder.alpha that implement ComponentConfigurationMethods in software.amazon.awscdk.services.imagebuilder.alpha that return ComponentConfigurationModifier and TypeMethodDescriptionComponentConfiguration.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return types with arguments of type ComponentConfigurationModifier and TypeMethodDescriptiondefault List<ComponentConfiguration> ContainerRecipeProps.getComponents()(experimental) The list of component configurations to apply in the image build.final List<ComponentConfiguration> ContainerRecipeProps.Jsii$Proxy.getComponents()default List<ComponentConfiguration> ImageRecipeProps.getComponents()(experimental) The list of component configurations to apply in the image build.final List<ComponentConfiguration> ImageRecipeProps.Jsii$Proxy.getComponents()Method parameters in software.amazon.awscdk.services.imagebuilder.alpha with type arguments of type ComponentConfigurationModifier and TypeMethodDescriptionContainerRecipe.Builder.components(List<? extends ComponentConfiguration> components) (experimental) The list of component configurations to apply in the image build.ContainerRecipeProps.Builder.components(List<? extends ComponentConfiguration> components) Sets the value ofContainerRecipeProps.getComponents()ImageRecipe.Builder.components(List<? extends ComponentConfiguration> components) (experimental) The list of component configurations to apply in the image build.ImageRecipeProps.Builder.components(List<? extends ComponentConfiguration> components) Sets the value ofImageRecipeProps.getComponents()