Class CfnPipelinePropsMixin.SelectAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnPipelinePropsMixin.SelectAttributesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipelinePropsMixin.SelectAttributesProperty>
- Enclosing interface:
CfnPipelinePropsMixin.SelectAttributesProperty
@Stability(Stable)
public static final class CfnPipelinePropsMixin.SelectAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipelinePropsMixin.SelectAttributesProperty>
A builder for
CfnPipelinePropsMixin.SelectAttributesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(List<String> attributes) Sets the value ofCfnPipelinePropsMixin.SelectAttributesProperty.getAttributes()build()Builds the configured instance.Sets the value ofCfnPipelinePropsMixin.SelectAttributesProperty.getName()Sets the value ofCfnPipelinePropsMixin.SelectAttributesProperty.getNext()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attributes
@Stability(Stable) public CfnPipelinePropsMixin.SelectAttributesProperty.Builder attributes(List<String> attributes) Sets the value ofCfnPipelinePropsMixin.SelectAttributesProperty.getAttributes()- Parameters:
attributes- A list of the attributes to select from the message.- Returns:
this
-
name
Sets the value ofCfnPipelinePropsMixin.SelectAttributesProperty.getName()- Parameters:
name- The name of the 'selectAttributes' activity.- Returns:
this
-
next
Sets the value ofCfnPipelinePropsMixin.SelectAttributesProperty.getNext()- Parameters:
next- The next activity in the pipeline.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipelinePropsMixin.SelectAttributesProperty>- Returns:
- a new instance of
CfnPipelinePropsMixin.SelectAttributesProperty - Throws:
NullPointerException- if any required attribute was not provided
-