| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
MathActivity.Builder |
MathActivity.Builder.attribute(String attribute)
The name of the attribute that contains the result of the math operation.
|
static MathActivity.Builder |
MathActivity.builder() |
MathActivity.Builder |
MathActivity.Builder.math(String math)
An expression that uses one or more existing attributes and must return an integer value.
|
MathActivity.Builder |
MathActivity.Builder.name(String name)
The name of the math activity.
|
MathActivity.Builder |
MathActivity.Builder.next(String next)
The next activity in the pipeline.
|
MathActivity.Builder |
MathActivity.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MathActivity.Builder> |
MathActivity.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PipelineActivity.Builder |
PipelineActivity.Builder.math(Consumer<MathActivity.Builder> math)
Computes an arithmetic expression using the message's attributes and adds it to the message.
|
Copyright © 2023. All rights reserved.