Class CfnPipelinePropsMixin.MathProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.iotanalytics.mixins.CfnPipelinePropsMixin.MathProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipelinePropsMixin.MathProperty>
- Enclosing interface:
CfnPipelinePropsMixin.MathProperty
@Stability(Stable)
public static final class CfnPipelinePropsMixin.MathProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipelinePropsMixin.MathProperty>
A builder for
CfnPipelinePropsMixin.MathProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnPipelinePropsMixin.MathProperty.getAttribute()build()Builds the configured instance.Sets the value ofCfnPipelinePropsMixin.MathProperty.getMath()Sets the value ofCfnPipelinePropsMixin.MathProperty.getName()Sets the value ofCfnPipelinePropsMixin.MathProperty.getNext()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attribute
Sets the value ofCfnPipelinePropsMixin.MathProperty.getAttribute()- Parameters:
attribute- The name of the attribute that contains the result of the math operation.- Returns:
this
-
math
Sets the value ofCfnPipelinePropsMixin.MathProperty.getMath()- Parameters:
math- An expression that uses one or more existing attributes and must return an integer value.- Returns:
this
-
name
Sets the value ofCfnPipelinePropsMixin.MathProperty.getName()- Parameters:
name- The name of the 'math' activity.- Returns:
this
-
next
Sets the value ofCfnPipelinePropsMixin.MathProperty.getNext()- Parameters:
next- The next activity in the pipeline.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipelinePropsMixin.MathProperty>- Returns:
- a new instance of
CfnPipelinePropsMixin.MathProperty - Throws:
NullPointerException- if any required attribute was not provided
-