Interface CfnAnalysis.CalculatedFieldProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.CalculatedFieldProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.CalculatedFieldProperty
extends software.amazon.jsii.JsiiSerializable
The calculated field of an analysis.
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.*; CalculatedFieldProperty calculatedFieldProperty = CalculatedFieldProperty.builder() .dataSetIdentifier("dataSetIdentifier") .expression("expression") .name("name") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.CalculatedFieldProperty
static final class
An implementation forCfnAnalysis.CalculatedFieldProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetIdentifier
The data set that is used in this calculated field. -
getExpression
The expression of the calculated field. -
getName
The name of the calculated field. -
builder
-