Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ImagePipelineProps.Builder
Packages that use ImagePipelineProps.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of ImagePipelineProps.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ImagePipelineProps.BuilderModifier and TypeMethodDescriptionstatic ImagePipelineProps.BuilderImagePipelineProps.builder()ImagePipelineProps.Builder.description(String description) Sets the value ofImagePipelineProps.getDescription()ImagePipelineProps.Builder.distributionConfiguration(IDistributionConfiguration distributionConfiguration) Sets the value ofImagePipelineProps.getDistributionConfiguration()ImagePipelineProps.Builder.enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled) Sets the value ofImagePipelineProps.getEnhancedImageMetadataEnabled()ImagePipelineProps.Builder.executionRole(IRole executionRole) Sets the value ofImagePipelineProps.getExecutionRole()ImagePipelineProps.Builder.imageLogGroup(ILogGroup imageLogGroup) Sets the value ofImagePipelineProps.getImageLogGroup()ImagePipelineProps.Builder.imagePipelineLogGroup(ILogGroup imagePipelineLogGroup) Sets the value ofImagePipelineProps.getImagePipelineLogGroup()ImagePipelineProps.Builder.imagePipelineName(String imagePipelineName) Sets the value ofImagePipelineProps.getImagePipelineName()ImagePipelineProps.Builder.imageScanningEcrRepository(IRepository imageScanningEcrRepository) Sets the value ofImagePipelineProps.getImageScanningEcrRepository()ImagePipelineProps.Builder.imageScanningEcrTags(List<String> imageScanningEcrTags) Sets the value ofImagePipelineProps.getImageScanningEcrTags()ImagePipelineProps.Builder.imageScanningEnabled(Boolean imageScanningEnabled) Sets the value ofImagePipelineProps.getImageScanningEnabled()ImagePipelineProps.Builder.imageTestsEnabled(Boolean imageTestsEnabled) Sets the value ofImagePipelineProps.getImageTestsEnabled()ImagePipelineProps.Builder.infrastructureConfiguration(IInfrastructureConfiguration infrastructureConfiguration) Sets the value ofImagePipelineProps.getInfrastructureConfiguration()ImagePipelineProps.Builder.recipe(IRecipeBase recipe) Sets the value ofImagePipelineProps.getRecipe()ImagePipelineProps.Builder.schedule(ImagePipelineSchedule schedule) Sets the value ofImagePipelineProps.getSchedule()ImagePipelineProps.Builder.status(ImagePipelineStatus status) Sets the value ofImagePipelineProps.getStatus()Sets the value ofImagePipelineProps.getTags()ImagePipelineProps.Builder.workflows(List<? extends WorkflowConfiguration> workflows) Sets the value ofImagePipelineProps.getWorkflows()Constructors in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type ImagePipelineProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ImagePipelineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theImagePipelineProps.Builder.