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