| Package | Description |
|---|---|
| software.amazon.awscdk.services.datapipeline |
AWS Data Pipeline Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.Builder |
CfnPipeline.Builder.activate(Boolean activate)
Indicates whether to validate and start the pipeline or stop an active pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.activate(IResolvable activate)
Indicates whether to validate and start the pipeline or stop an active pipeline.
|
static CfnPipeline.Builder |
CfnPipeline.Builder.create(software.constructs.Construct scope,
String id) |
CfnPipeline.Builder |
CfnPipeline.Builder.description(String description)
A description of the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.name(String name)
The name of the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.parameterObjects(IResolvable parameterObjects)
The parameter objects used with the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.parameterObjects(List<? extends Object> parameterObjects)
The parameter objects used with the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.parameterValues(IResolvable parameterValues)
The parameter values used with the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.parameterValues(List<? extends Object> parameterValues)
The parameter values used with the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.pipelineObjects(IResolvable pipelineObjects)
The objects that define the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.pipelineObjects(List<? extends Object> pipelineObjects)
The objects that define the pipeline.
|
CfnPipeline.Builder |
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.
|
CfnPipeline.Builder |
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.
|
Copyright © 2022. All rights reserved.