Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ImageProps.Builder
Packages that use ImageProps.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of ImageProps.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ImageProps.BuilderModifier and TypeMethodDescriptionstatic ImageProps.BuilderImageProps.builder()ImageProps.Builder.deletionExecutionRole(IRole deletionExecutionRole) Sets the value ofImageProps.getDeletionExecutionRole()ImageProps.Builder.distributionConfiguration(IDistributionConfiguration distributionConfiguration) Sets the value ofImageProps.getDistributionConfiguration()ImageProps.Builder.enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled) Sets the value ofImageProps.getEnhancedImageMetadataEnabled()ImageProps.Builder.executionRole(IRole executionRole) Sets the value ofImageProps.getExecutionRole()ImageProps.Builder.imageScanningEcrRepository(IRepository imageScanningEcrRepository) Sets the value ofImageProps.getImageScanningEcrRepository()ImageProps.Builder.imageScanningEcrTags(List<String> imageScanningEcrTags) Sets the value ofImageProps.getImageScanningEcrTags()ImageProps.Builder.imageScanningEnabled(Boolean imageScanningEnabled) Sets the value ofImageProps.getImageScanningEnabled()ImageProps.Builder.imageTestsEnabled(Boolean imageTestsEnabled) Sets the value ofImageProps.getImageTestsEnabled()ImageProps.Builder.infrastructureConfiguration(IInfrastructureConfiguration infrastructureConfiguration) Sets the value ofImageProps.getInfrastructureConfiguration()Sets the value ofImageProps.getLogGroup()ImageProps.Builder.recipe(IRecipeBase recipe) Sets the value ofImageProps.getRecipe()Sets the value ofImageProps.getTags()ImageProps.Builder.workflows(List<? extends WorkflowConfiguration> workflows) Sets the value ofImageProps.getWorkflows()Constructors in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type ImageProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ImageProps.Builder builder) Constructor that initializes the object based on literal property values passed by theImageProps.Builder.