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 will contain 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.
|
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 will contain the result of the math operation.
attribute
- The name of the attribute that will contain 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.