Class CfnDashboard.DashboardPublishOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.DashboardPublishOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.DashboardPublishOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.DashboardPublishOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.DashboardPublishOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.DashboardPublishOptionsProperty
An implementation for
CfnDashboard.DashboardPublishOptionsProperty
-
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.CfnDashboard.DashboardPublishOptionsProperty
CfnDashboard.DashboardPublishOptionsProperty.Builder, CfnDashboard.DashboardPublishOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.DashboardPublishOptionsProperty.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
Ad hoc (one-time) filtering option.final Object
The drill-down options of data points in a dashboard.final Object
The data point menu label options of a dashboard.final Object
The data point tool tip options of a dashboard.final Object
Export to .csv option.final Object
Determines if hidden fields are exported with a dashboard.final Object
Sheet controls option.final Object
The sheet layout maximization options of a dashbaord.final Object
The axis sort options of a dashboard.final Object
The menu options of a visual in a dashboard.final Object
The visual publish options of a visual in a dashboard.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 theCfnDashboard.DashboardPublishOptionsProperty.Builder
.
-
-
Method Details
-
getAdHocFilteringOption
Description copied from interface:CfnDashboard.DashboardPublishOptionsProperty
Ad hoc (one-time) filtering option.- Specified by:
getAdHocFilteringOption
in interfaceCfnDashboard.DashboardPublishOptionsProperty
- See Also:
-
getDataPointDrillUpDownOption
Description copied from interface:CfnDashboard.DashboardPublishOptionsProperty
The drill-down options of data points in a dashboard.- Specified by:
getDataPointDrillUpDownOption
in interfaceCfnDashboard.DashboardPublishOptionsProperty
- See Also:
-
getDataPointMenuLabelOption
Description copied from interface:CfnDashboard.DashboardPublishOptionsProperty
The data point menu label options of a dashboard.- Specified by:
getDataPointMenuLabelOption
in interfaceCfnDashboard.DashboardPublishOptionsProperty
- See Also:
-
getDataPointTooltipOption
Description copied from interface:CfnDashboard.DashboardPublishOptionsProperty
The data point tool tip options of a dashboard.- Specified by:
getDataPointTooltipOption
in interfaceCfnDashboard.DashboardPublishOptionsProperty
- See Also:
-
getExportToCsvOption
Description copied from interface:CfnDashboard.DashboardPublishOptionsProperty
Export to .csv option.- Specified by:
getExportToCsvOption
in interfaceCfnDashboard.DashboardPublishOptionsProperty
- See Also:
-
getExportWithHiddenFieldsOption
Description copied from interface:CfnDashboard.DashboardPublishOptionsProperty
Determines if hidden fields are exported with a dashboard.- Specified by:
getExportWithHiddenFieldsOption
in interfaceCfnDashboard.DashboardPublishOptionsProperty
- See Also:
-
getSheetControlsOption
Description copied from interface:CfnDashboard.DashboardPublishOptionsProperty
Sheet controls option.- Specified by:
getSheetControlsOption
in interfaceCfnDashboard.DashboardPublishOptionsProperty
- See Also:
-
getSheetLayoutElementMaximizationOption
Description copied from interface:CfnDashboard.DashboardPublishOptionsProperty
The sheet layout maximization options of a dashbaord.- Specified by:
getSheetLayoutElementMaximizationOption
in interfaceCfnDashboard.DashboardPublishOptionsProperty
- See Also:
-
getVisualAxisSortOption
Description copied from interface:CfnDashboard.DashboardPublishOptionsProperty
The axis sort options of a dashboard.- Specified by:
getVisualAxisSortOption
in interfaceCfnDashboard.DashboardPublishOptionsProperty
- See Also:
-
getVisualMenuOption
Description copied from interface:CfnDashboard.DashboardPublishOptionsProperty
The menu options of a visual in a dashboard.- Specified by:
getVisualMenuOption
in interfaceCfnDashboard.DashboardPublishOptionsProperty
- See Also:
-
getVisualPublishOptions
Description copied from interface:CfnDashboard.DashboardPublishOptionsProperty
The visual publish options of a visual in a dashboard.- Specified by:
getVisualPublishOptions
in interfaceCfnDashboard.DashboardPublishOptionsProperty
- 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()
-