Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ImageRecipeProps.Builder
Packages that use ImageRecipeProps.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of ImageRecipeProps.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ImageRecipeProps.BuilderModifier and TypeMethodDescriptionSets the value ofImageRecipeProps.getAmiTags()Sets the value ofImageRecipeProps.getBaseImage()ImageRecipeProps.Builder.blockDevices(List<? extends BlockDevice> blockDevices) Sets the value ofImageRecipeProps.getBlockDevices()static ImageRecipeProps.BuilderImageRecipeProps.builder()ImageRecipeProps.Builder.components(List<? extends ComponentConfiguration> components) Sets the value ofImageRecipeProps.getComponents()ImageRecipeProps.Builder.description(String description) Sets the value ofImageRecipeProps.getDescription()ImageRecipeProps.Builder.imageRecipeName(String imageRecipeName) Sets the value ofImageRecipeProps.getImageRecipeName()ImageRecipeProps.Builder.imageRecipeVersion(String imageRecipeVersion) Sets the value ofImageRecipeProps.getImageRecipeVersion()Sets the value ofImageRecipeProps.getTags()ImageRecipeProps.Builder.uninstallSsmAgentAfterBuild(Boolean uninstallSsmAgentAfterBuild) Sets the value ofImageRecipeProps.getUninstallSsmAgentAfterBuild()ImageRecipeProps.Builder.userDataOverride(UserData userDataOverride) Sets the value ofImageRecipeProps.getUserDataOverride()ImageRecipeProps.Builder.workingDirectory(String workingDirectory) Sets the value ofImageRecipeProps.getWorkingDirectory()Constructors in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type ImageRecipeProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ImageRecipeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theImageRecipeProps.Builder.