Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ImageRecipe.Builder
Packages that use ImageRecipe.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of ImageRecipe.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ImageRecipe.BuilderModifier and TypeMethodDescription(experimental) The additional tags to assign to the output AMI generated by the build.(experimental) The base image for customizations specified in the image recipe.ImageRecipe.Builder.blockDevices(List<? extends BlockDevice> blockDevices) (experimental) The block devices to attach to the instance used for building the image.ImageRecipe.Builder.components(List<? extends ComponentConfiguration> components) (experimental) The list of component configurations to apply in the image build.static ImageRecipe.BuilderImageRecipe.Builder.description(String description) (experimental) The description of the image recipe.ImageRecipe.Builder.imageRecipeName(String imageRecipeName) (experimental) The name of the image recipe.ImageRecipe.Builder.imageRecipeVersion(String imageRecipeVersion) (experimental) The version of the image recipe.(experimental) The tags to apply to the image recipe.ImageRecipe.Builder.uninstallSsmAgentAfterBuild(Boolean uninstallSsmAgentAfterBuild) (experimental) Whether to uninstall the Systems Manager agent from your final build image, prior to creating the new AMI.ImageRecipe.Builder.userDataOverride(UserData userDataOverride) (experimental) The user data commands to pass to Image Builder build and test EC2 instances.ImageRecipe.Builder.workingDirectory(String workingDirectory) (experimental) The working directory for use during build and test workflows.