Class CfnAnalysis.HistogramConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.HistogramConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.HistogramConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.HistogramConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.HistogramConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.HistogramConfigurationProperty
An implementation for
CfnAnalysis.HistogramConfigurationProperty
-
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.HistogramConfigurationProperty
CfnAnalysis.HistogramConfigurationProperty.Builder, CfnAnalysis.HistogramConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.HistogramConfigurationProperty.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 options that determine the presentation of histogram bins.final Object
The data label configuration of a histogram.final Object
The field well configuration of a histogram.final Object
The tooltip configuration of a histogram.final Object
The visual palette configuration of a histogram.final Object
The options that determine the presentation of the x-axis.final Object
The options that determine the presentation of the x-axis label.final Object
The options that determine the presentation of the y-axis.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.HistogramConfigurationProperty.Builder
.
-
-
Method Details
-
getBinOptions
Description copied from interface:CfnAnalysis.HistogramConfigurationProperty
The options that determine the presentation of histogram bins.- Specified by:
getBinOptions
in interfaceCfnAnalysis.HistogramConfigurationProperty
- See Also:
-
getDataLabels
Description copied from interface:CfnAnalysis.HistogramConfigurationProperty
The data label configuration of a histogram.- Specified by:
getDataLabels
in interfaceCfnAnalysis.HistogramConfigurationProperty
- See Also:
-
getFieldWells
Description copied from interface:CfnAnalysis.HistogramConfigurationProperty
The field well configuration of a histogram.- Specified by:
getFieldWells
in interfaceCfnAnalysis.HistogramConfigurationProperty
- See Also:
-
getTooltip
Description copied from interface:CfnAnalysis.HistogramConfigurationProperty
The tooltip configuration of a histogram.- Specified by:
getTooltip
in interfaceCfnAnalysis.HistogramConfigurationProperty
- See Also:
-
getVisualPalette
Description copied from interface:CfnAnalysis.HistogramConfigurationProperty
The visual palette configuration of a histogram.- Specified by:
getVisualPalette
in interfaceCfnAnalysis.HistogramConfigurationProperty
- See Also:
-
getXAxisDisplayOptions
Description copied from interface:CfnAnalysis.HistogramConfigurationProperty
The options that determine the presentation of the x-axis.- Specified by:
getXAxisDisplayOptions
in interfaceCfnAnalysis.HistogramConfigurationProperty
- See Also:
-
getXAxisLabelOptions
Description copied from interface:CfnAnalysis.HistogramConfigurationProperty
The options that determine the presentation of the x-axis label.- Specified by:
getXAxisLabelOptions
in interfaceCfnAnalysis.HistogramConfigurationProperty
- See Also:
-
getYAxisDisplayOptions
Description copied from interface:CfnAnalysis.HistogramConfigurationProperty
The options that determine the presentation of the y-axis.- Specified by:
getYAxisDisplayOptions
in interfaceCfnAnalysis.HistogramConfigurationProperty
- See Also:
-
$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()
-