@Stability(value=Stable)
public static interface CfnPipeline.MathProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotanalytics.*;
MathProperty mathProperty = MathProperty.builder()
.attribute("attribute")
.math("math")
.name("name")
// the properties below are optional
.next("next")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.MathProperty.Builder
A builder for
CfnPipeline.MathProperty |
static class |
CfnPipeline.MathProperty.Jsii$Proxy
An implementation for
CfnPipeline.MathProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.MathProperty.Builder |
builder() |
String |
getAttribute()
The name of the attribute that contains the result of the math operation.
|
String |
getMath()
An expression that uses one or more existing attributes and must return an integer value.
|
String |
getName()
The name of the 'math' activity.
|
default String |
getNext()
The next activity in the pipeline.
|
@Stability(value=Stable) @NotNull String getAttribute()
@Stability(value=Stable) @NotNull String getMath()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getNext()
@Stability(value=Stable) static CfnPipeline.MathProperty.Builder builder()
CfnPipeline.MathProperty.Builder of CfnPipeline.MathPropertyCopyright © 2022. All rights reserved.