Interface CfnCalculatedAttributeDefinition.ThresholdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCalculatedAttributeDefinition.ThresholdProperty.Jsii$Proxy
- Enclosing class:
CfnCalculatedAttributeDefinition
@Stability(Stable)
public static interface CfnCalculatedAttributeDefinition.ThresholdProperty
extends software.amazon.jsii.JsiiSerializable
The threshold for the calculated attribute.
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.customerprofiles.*;
ThresholdProperty thresholdProperty = ThresholdProperty.builder()
.operator("operator")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCalculatedAttributeDefinition.ThresholdPropertystatic final classAn implementation forCfnCalculatedAttributeDefinition.ThresholdProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOperator
The operator of the threshold.- See Also:
-
getValue
The value of the threshold.- See Also:
-
builder
-