Class CfnPipeline.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipeline>
- Enclosing class:
- CfnPipeline
CfnPipeline.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnPipeline.BuilderpipelineActivities(List<? extends Object> pipelineActivities) A list of "PipelineActivity" objects.pipelineActivities(IResolvable pipelineActivities) A list of "PipelineActivity" objects.pipelineName(String pipelineName) The name of the pipeline.Metadata which can be used to manage the pipeline.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnPipeline.Builder.
-
pipelineActivities
A list of "PipelineActivity" objects.Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.
The list can be 2-25 PipelineActivity objects and must contain both a
channeland adatastoreactivity. Each entry in the list must contain only one activity, for example:pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]- Parameters:
pipelineActivities- A list of "PipelineActivity" objects. This parameter is required.- Returns:
this
-
pipelineActivities
@Stability(Stable) public CfnPipeline.Builder pipelineActivities(List<? extends Object> pipelineActivities) A list of "PipelineActivity" objects.Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.
The list can be 2-25 PipelineActivity objects and must contain both a
channeland adatastoreactivity. Each entry in the list must contain only one activity, for example:pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]- Parameters:
pipelineActivities- A list of "PipelineActivity" objects. This parameter is required.- Returns:
this
-
pipelineName
The name of the pipeline.- Parameters:
pipelineName- The name of the pipeline. This parameter is required.- Returns:
this
-
tags
Metadata which can be used to manage the pipeline.For more information, see Tag .
- Parameters:
tags- Metadata which can be used to manage the pipeline. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipeline>- Returns:
- a newly built instance of
CfnPipeline.
-