Class CfnAnalysis.PieChartConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.PieChartConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.PieChartConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.PieChartConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.PieChartConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.PieChartConfigurationProperty
An implementation for
CfnAnalysis.PieChartConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.PieChartConfigurationProperty
CfnAnalysis.PieChartConfigurationProperty.Builder, CfnAnalysis.PieChartConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.PieChartConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The label options of the group/color that is displayed in a pie chart.final Object
The contribution analysis (anomaly configuration) setup of the visual.final Object
The options that determine if visual data labels are displayed.final Object
The options that determine the shape of the chart.final Object
The field wells of the visual.final Object
The legend display setup of the visual.final Object
The small multiples setup for the visual.final Object
The sort configuration of a pie chart.final Object
The tooltip display setup of the visual.final Object
The label options for the value that is displayed in a pie chart.final Object
The palette (chart color) display setup of the visual.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.PieChartConfigurationProperty.Builder
.
-
-
Method Details
-
getCategoryLabelOptions
Description copied from interface:CfnAnalysis.PieChartConfigurationProperty
The label options of the group/color that is displayed in a pie chart.- Specified by:
getCategoryLabelOptions
in interfaceCfnAnalysis.PieChartConfigurationProperty
-
getContributionAnalysisDefaults
Description copied from interface:CfnAnalysis.PieChartConfigurationProperty
The contribution analysis (anomaly configuration) setup of the visual.- Specified by:
getContributionAnalysisDefaults
in interfaceCfnAnalysis.PieChartConfigurationProperty
-
getDataLabels
Description copied from interface:CfnAnalysis.PieChartConfigurationProperty
The options that determine if visual data labels are displayed.- Specified by:
getDataLabels
in interfaceCfnAnalysis.PieChartConfigurationProperty
-
getDonutOptions
Description copied from interface:CfnAnalysis.PieChartConfigurationProperty
The options that determine the shape of the chart.This option determines whether the chart is a pie chart or a donut chart.
- Specified by:
getDonutOptions
in interfaceCfnAnalysis.PieChartConfigurationProperty
-
getFieldWells
Description copied from interface:CfnAnalysis.PieChartConfigurationProperty
The field wells of the visual.- Specified by:
getFieldWells
in interfaceCfnAnalysis.PieChartConfigurationProperty
-
getLegend
Description copied from interface:CfnAnalysis.PieChartConfigurationProperty
The legend display setup of the visual.- Specified by:
getLegend
in interfaceCfnAnalysis.PieChartConfigurationProperty
-
getSmallMultiplesOptions
Description copied from interface:CfnAnalysis.PieChartConfigurationProperty
The small multiples setup for the visual.- Specified by:
getSmallMultiplesOptions
in interfaceCfnAnalysis.PieChartConfigurationProperty
-
getSortConfiguration
Description copied from interface:CfnAnalysis.PieChartConfigurationProperty
The sort configuration of a pie chart.- Specified by:
getSortConfiguration
in interfaceCfnAnalysis.PieChartConfigurationProperty
-
getTooltip
Description copied from interface:CfnAnalysis.PieChartConfigurationProperty
The tooltip display setup of the visual.- Specified by:
getTooltip
in interfaceCfnAnalysis.PieChartConfigurationProperty
-
getValueLabelOptions
Description copied from interface:CfnAnalysis.PieChartConfigurationProperty
The label options for the value that is displayed in a pie chart.- Specified by:
getValueLabelOptions
in interfaceCfnAnalysis.PieChartConfigurationProperty
-
getVisualPalette
Description copied from interface:CfnAnalysis.PieChartConfigurationProperty
The palette (chart color) display setup of the visual.- Specified by:
getVisualPalette
in interfaceCfnAnalysis.PieChartConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-