Interface CfnAnalysis.PivotTableConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.PivotTableConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.PivotTableConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for a
PivotTableVisual
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.PivotTableConfigurationProperty
static final class
An implementation forCfnAnalysis.PivotTableConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The field options for a pivot table visual.default Object
The field wells of the visual.default Object
The paginated report options for a pivot table visual.default Object
The sort configuration for aPivotTableVisual
.default Object
The table options for a pivot table visual.default Object
The total options for a pivot table visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldOptions
The field options for a pivot table visual.- See Also:
-
getFieldWells
The field wells of the visual.- See Also:
-
getPaginatedReportOptions
The paginated report options for a pivot table visual.- See Also:
-
getSortConfiguration
The sort configuration for aPivotTableVisual
.- See Also:
-
getTableOptions
The table options for a pivot table visual.- See Also:
-
getTotalOptions
The total options for a pivot table visual.- See Also:
-
builder
-