Interface CfnTemplate.CalculatedMeasureFieldProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.CalculatedMeasureFieldProperty.Jsii$Proxy
- Enclosing class:
- CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.CalculatedMeasureFieldProperty
extends software.amazon.jsii.JsiiSerializable
The table calculation measure field for pivot tables.
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.quicksight.*; CalculatedMeasureFieldProperty calculatedMeasureFieldProperty = CalculatedMeasureFieldProperty.builder() .expression("expression") .fieldId("fieldId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.CalculatedMeasureFieldProperty
static final class
An implementation forCfnTemplate.CalculatedMeasureFieldProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The expression in the table calculation.The custom field ID.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExpression
The expression in the table calculation. -
getFieldId
The custom field ID. -
builder
-