Uses of Interface
software.amazon.awscdk.services.imagebuilder.alpha.WorkflowConfiguration
Packages that use WorkflowConfiguration
Package
Description
EC2 Image Builder Construct Library
-
Uses of WorkflowConfiguration in software.amazon.awscdk.services.imagebuilder.alpha
Classes in software.amazon.awscdk.services.imagebuilder.alpha that implement WorkflowConfigurationMethods in software.amazon.awscdk.services.imagebuilder.alpha that return WorkflowConfigurationModifier and TypeMethodDescriptionWorkflowConfiguration.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return types with arguments of type WorkflowConfigurationModifier and TypeMethodDescriptiondefault List<WorkflowConfiguration> ImagePipelineProps.getWorkflows()(experimental) The list of workflow configurations used to build the image.final List<WorkflowConfiguration> ImagePipelineProps.Jsii$Proxy.getWorkflows()default List<WorkflowConfiguration> ImageProps.getWorkflows()(experimental) The list of workflow configurations used to build the image.final List<WorkflowConfiguration> ImageProps.Jsii$Proxy.getWorkflows()Method parameters in software.amazon.awscdk.services.imagebuilder.alpha with type arguments of type WorkflowConfigurationModifier and TypeMethodDescriptionImage.Builder.workflows(List<? extends WorkflowConfiguration> workflows) (experimental) The list of workflow configurations used to build the image.ImagePipeline.Builder.workflows(List<? extends WorkflowConfiguration> workflows) (experimental) The list of workflow configurations used to build the image.ImagePipelineProps.Builder.workflows(List<? extends WorkflowConfiguration> workflows) Sets the value ofImagePipelineProps.getWorkflows()ImageProps.Builder.workflows(List<? extends WorkflowConfiguration> workflows) Sets the value ofImageProps.getWorkflows()