@Stability(value=Stable) public static final class CfnPipelineProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPipelineProps>
CfnPipelineProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipelineProps |
build()
Builds the configured instance.
|
CfnPipelineProps.Builder |
pipelineActivities(IResolvable pipelineActivities)
Sets the value of
CfnPipelineProps.getPipelineActivities() |
CfnPipelineProps.Builder |
pipelineActivities(List<? extends Object> pipelineActivities)
Sets the value of
CfnPipelineProps.getPipelineActivities() |
CfnPipelineProps.Builder |
pipelineName(String pipelineName)
Sets the value of
CfnPipelineProps.getPipelineName() |
CfnPipelineProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnPipelineProps.getTags() |
@Stability(value=Stable) public CfnPipelineProps.Builder pipelineActivities(IResolvable pipelineActivities)
CfnPipelineProps.getPipelineActivities()pipelineActivities - A list of "PipelineActivity" objects. This parameter is required.
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 channel and a datastore activity. Each entry in the list must contain only one activity, for example:
pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
this@Stability(value=Stable) public CfnPipelineProps.Builder pipelineActivities(List<? extends Object> pipelineActivities)
CfnPipelineProps.getPipelineActivities()pipelineActivities - A list of "PipelineActivity" objects. This parameter is required.
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 channel and a datastore activity. Each entry in the list must contain only one activity, for example:
pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
this@Stability(value=Stable) public CfnPipelineProps.Builder pipelineName(String pipelineName)
CfnPipelineProps.getPipelineName()pipelineName - The name of the pipeline.this@Stability(value=Stable) public CfnPipelineProps.Builder tags(List<? extends CfnTag> tags)
CfnPipelineProps.getTags()tags - Metadata which can be used to manage the pipeline.
For more information, see Tag .this@Stability(value=Stable) public CfnPipelineProps build()
build in interface software.amazon.jsii.Builder<CfnPipelineProps>CfnPipelinePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.