Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.MathActivity.Builder
-
Packages that use MathActivity.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of MathActivity.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return MathActivity.Builder Modifier and Type Method Description MathActivity.BuilderMathActivity.Builder. attribute(String attribute)The name of the attribute that contains the result of the math operation.static MathActivity.BuilderMathActivity. builder()MathActivity.BuilderMathActivity.Builder. math(String math)An expression that uses one or more existing attributes and must return an integer value.MathActivity.BuilderMathActivity.Builder. name(String name)The name of the math activity.MathActivity.BuilderMathActivity.Builder. next(String next)The next activity in the pipeline.MathActivity.BuilderMathActivity. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type MathActivity.Builder Modifier and Type Method Description static Class<? extends MathActivity.Builder>MathActivity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type MathActivity.Builder Modifier and Type Method Description default PipelineActivity.BuilderPipelineActivity.Builder. math(Consumer<MathActivity.Builder> math)Computes an arithmetic expression using the message's attributes and adds it to the message.
-