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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.CalculatedMeasureFieldPropertystatic final classAn 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.- See Also:
-
getFieldId
The custom field ID.- See Also:
-
builder
-