Interface CfnAnalysis.PivotTableFieldSubtotalOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.PivotTableFieldSubtotalOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.PivotTableFieldSubtotalOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The optional configuration of subtotals cells.
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.*; PivotTableFieldSubtotalOptionsProperty pivotTableFieldSubtotalOptionsProperty = PivotTableFieldSubtotalOptionsProperty.builder() .fieldId("fieldId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.PivotTableFieldSubtotalOptionsProperty
static final class
An implementation forCfnAnalysis.PivotTableFieldSubtotalOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldId
The field ID of the subtotal options.- See Also:
-
builder
-