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