Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ContainerRecipeProps.Builder
Packages that use ContainerRecipeProps.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of ContainerRecipeProps.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ContainerRecipeProps.BuilderModifier and TypeMethodDescriptionContainerRecipeProps.Builder.baseImage(BaseContainerImage baseImage) Sets the value ofContainerRecipeProps.getBaseImage()static ContainerRecipeProps.BuilderContainerRecipeProps.builder()ContainerRecipeProps.Builder.components(List<? extends ComponentConfiguration> components) Sets the value ofContainerRecipeProps.getComponents()ContainerRecipeProps.Builder.containerRecipeName(String containerRecipeName) Sets the value ofContainerRecipeProps.getContainerRecipeName()ContainerRecipeProps.Builder.containerRecipeVersion(String containerRecipeVersion) Sets the value ofContainerRecipeProps.getContainerRecipeVersion()ContainerRecipeProps.Builder.description(String description) Sets the value ofContainerRecipeProps.getDescription()ContainerRecipeProps.Builder.dockerfile(DockerfileData dockerfile) Sets the value ofContainerRecipeProps.getDockerfile()ContainerRecipeProps.Builder.instanceBlockDevices(List<? extends BlockDevice> instanceBlockDevices) Sets the value ofContainerRecipeProps.getInstanceBlockDevices()ContainerRecipeProps.Builder.instanceImage(ContainerInstanceImage instanceImage) Sets the value ofContainerRecipeProps.getInstanceImage()Sets the value ofContainerRecipeProps.getKmsKey()Sets the value ofContainerRecipeProps.getOsVersion()Sets the value ofContainerRecipeProps.getTags()ContainerRecipeProps.Builder.targetRepository(Repository targetRepository) Sets the value ofContainerRecipeProps.getTargetRepository()ContainerRecipeProps.Builder.workingDirectory(String workingDirectory) Sets the value ofContainerRecipeProps.getWorkingDirectory()Constructors in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type ContainerRecipeProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ContainerRecipeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theContainerRecipeProps.Builder.