Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ContainerRecipe.Builder
Packages that use ContainerRecipe.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of ContainerRecipe.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ContainerRecipe.BuilderModifier and TypeMethodDescriptionContainerRecipe.Builder.baseImage(BaseContainerImage baseImage) (experimental) The base image for customizations specified in the container recipe.ContainerRecipe.Builder.components(List<? extends ComponentConfiguration> components) (experimental) The list of component configurations to apply in the image build.ContainerRecipe.Builder.containerRecipeName(String containerRecipeName) (experimental) The name of the container recipe.ContainerRecipe.Builder.containerRecipeVersion(String containerRecipeVersion) (experimental) The version of the container recipe.static ContainerRecipe.BuilderContainerRecipe.Builder.description(String description) (experimental) The description of the container recipe.ContainerRecipe.Builder.dockerfile(DockerfileData dockerfile) (experimental) The dockerfile template used to build the container image.ContainerRecipe.Builder.instanceBlockDevices(List<? extends BlockDevice> instanceBlockDevices) (experimental) The block devices to attach to the instance used for building, testing, and distributing the container image.ContainerRecipe.Builder.instanceImage(ContainerInstanceImage instanceImage) (experimental) The image to use to launch the instance used for building, testing, and distributing the container image.(experimental) The KMS key used to encrypt the dockerfile template.(experimental) The operating system (OS) version of the base image.(experimental) The tags to apply to the container recipe.ContainerRecipe.Builder.targetRepository(Repository targetRepository) (experimental) The container repository where the output container image is stored.ContainerRecipe.Builder.workingDirectory(String workingDirectory) (experimental) The working directory for use during build and test workflows.