Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.Workflow.Builder
Packages that use Workflow.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of Workflow.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return Workflow.BuilderModifier and TypeMethodDescriptionWorkflow.Builder.changeDescription(String changeDescription) (experimental) The change description of the workflow.static Workflow.BuilderWorkflow.Builder.data(WorkflowData data) (experimental) The workflow document content that defines the image creation process.Workflow.Builder.description(String description) (experimental) The description of the workflow.(experimental) The KMS key used to encrypt this workflow.(experimental) The tags to apply to the workflow.Workflow.Builder.workflowName(String workflowName) (experimental) The name of the workflow.Workflow.Builder.workflowType(WorkflowType workflowType) (experimental) The phase in the image build process for which the workflow resource is responsible.Workflow.Builder.workflowVersion(String workflowVersion) (experimental) The version of the workflow.