Uses of Class
software.amazon.awscdk.services.datapipeline.CfnPipeline.Builder
Package
Description
AWS Data Pipeline Construct Library
-
Uses of CfnPipeline.Builder in software.amazon.awscdk.services.datapipeline
Modifier and TypeMethodDescriptionIndicates whether to validate and start the pipeline or stop an active pipeline.CfnPipeline.Builder.activate
(IResolvable activate) Indicates whether to validate and start the pipeline or stop an active pipeline.static CfnPipeline.Builder
CfnPipeline.Builder.description
(String description) A description of the pipeline.The name of the pipeline.CfnPipeline.Builder.parameterObjects
(List<? extends Object> parameterObjects) The parameter objects used with the pipeline.CfnPipeline.Builder.parameterObjects
(IResolvable parameterObjects) The parameter objects used with the pipeline.CfnPipeline.Builder.parameterValues
(List<? extends Object> parameterValues) The parameter values used with the pipeline.CfnPipeline.Builder.parameterValues
(IResolvable parameterValues) The parameter values used with the pipeline.CfnPipeline.Builder.pipelineObjects
(List<? extends Object> pipelineObjects) The objects that define the pipeline.CfnPipeline.Builder.pipelineObjects
(IResolvable pipelineObjects) The objects that define the pipeline.CfnPipeline.Builder.pipelineTags
(List<? extends Object> pipelineTags) A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.CfnPipeline.Builder.pipelineTags
(IResolvable pipelineTags) A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.