Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.datapipeline.CfnPipelinePropsMixin.Builder
Packages that use CfnPipelinePropsMixin.Builder
-
Uses of CfnPipelinePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.datapipeline
Methods in software.amazon.awscdk.cfnpropertymixins.services.datapipeline that return CfnPipelinePropsMixin.BuilderModifier and TypeMethodDescriptionIndicates whether to validate and start the pipeline or stop an active pipeline.CfnPipelinePropsMixin.Builder.activate(IResolvable activate) Indicates whether to validate and start the pipeline or stop an active pipeline.CfnPipelinePropsMixin.Builder.create()CfnPipelinePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPipelinePropsMixin.Builder.description(String description) A description of the pipeline.The name of the pipeline.CfnPipelinePropsMixin.Builder.parameterObjects(List<? extends Object> parameterObjects) The parameter objects used with the pipeline.CfnPipelinePropsMixin.Builder.parameterObjects(IResolvable parameterObjects) The parameter objects used with the pipeline.CfnPipelinePropsMixin.Builder.parameterValues(List<? extends Object> parameterValues) The parameter values used with the pipeline.CfnPipelinePropsMixin.Builder.parameterValues(IResolvable parameterValues) The parameter values used with the pipeline.CfnPipelinePropsMixin.Builder.pipelineObjects(List<? extends Object> pipelineObjects) The objects that define the pipeline.CfnPipelinePropsMixin.Builder.pipelineObjects(IResolvable pipelineObjects) The objects that define the pipeline.CfnPipelinePropsMixin.Builder.pipelineTags(List<? extends CfnPipelinePropsMixin.PipelineTagProperty> pipelineTags) A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.