Class CfnPipeline.FilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotanalytics.CfnPipeline.FilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipeline.FilterProperty>
- Enclosing interface:
CfnPipeline.FilterProperty
@Stability(Stable)
public static final class CfnPipeline.FilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipeline.FilterProperty>
A builder for
CfnPipeline.FilterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPipeline.FilterProperty.getFilter()Sets the value ofCfnPipeline.FilterProperty.getName()Sets the value ofCfnPipeline.FilterProperty.getNext()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filter
Sets the value ofCfnPipeline.FilterProperty.getFilter()- Parameters:
filter- An expression that looks like an SQL WHERE clause that must return a Boolean value. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnPipeline.FilterProperty.getName()- Parameters:
name- The name of the 'filter' activity. This parameter is required.- Returns:
this
-
next
Sets the value ofCfnPipeline.FilterProperty.getNext()- Parameters:
next- The next activity in the pipeline.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipeline.FilterProperty>- Returns:
- a new instance of
CfnPipeline.FilterProperty - Throws:
NullPointerException- if any required attribute was not provided
-