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