Interface CfnAnalysis.CalculatedMeasureFieldProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.CalculatedMeasureFieldProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.CalculatedMeasureFieldProperty
static final class
An implementation forCfnAnalysis.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.- See Also:
-
getFieldId
The custom field ID.- See Also:
-
builder
-