public static interface MathActivity.Builder extends SdkPojo, CopyableBuilder<MathActivity.Builder,MathActivity>
Modifier and Type | Method and Description |
---|---|
MathActivity.Builder |
attribute(String attribute)
The name of the attribute that contains the result of the math operation.
|
MathActivity.Builder |
math(String math)
An expression that uses one or more existing attributes and must return an integer value.
|
MathActivity.Builder |
name(String name)
The name of the math activity.
|
MathActivity.Builder |
next(String next)
The next activity in the pipeline.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MathActivity.Builder name(String name)
The name of the math activity.
name
- The name of the math activity.MathActivity.Builder attribute(String attribute)
The name of the attribute that contains the result of the math operation.
attribute
- The name of the attribute that contains the result of the math operation.MathActivity.Builder math(String math)
An expression that uses one or more existing attributes and must return an integer value.
math
- An expression that uses one or more existing attributes and must return an integer value.MathActivity.Builder next(String next)
The next activity in the pipeline.
next
- The next activity in the pipeline.