Class CfnDashboard.TableConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.TableConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.TableConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.TableConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.TableConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.TableConfigurationProperty
An implementation for
CfnDashboard.TableConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.TableConfigurationProperty
CfnDashboard.TableConfigurationProperty.Builder, CfnDashboard.TableConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.TableConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe field options for a table visual.final ObjectThe field wells of the visual.final ObjectThe general visual interactions setup for a visual.final ObjectThe paginated report options for a table visual.final ObjectThe sort configuration for aTableVisual.final ObjectA collection of inline visualizations to display within a chart.final ObjectThe table options for a table visual.final ObjectThe total options for a table visual.final inthashCode()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.TableConfigurationProperty.Builder.
-
-
Method Details
-
getFieldOptions
Description copied from interface:CfnDashboard.TableConfigurationPropertyThe field options for a table visual.Returns union: either
IResolvableorCfnDashboard.TableFieldOptionsProperty- Specified by:
getFieldOptionsin interfaceCfnDashboard.TableConfigurationProperty- See Also:
-
getFieldWells
Description copied from interface:CfnDashboard.TableConfigurationPropertyThe field wells of the visual.Returns union: either
IResolvableorCfnDashboard.TableFieldWellsProperty- Specified by:
getFieldWellsin interfaceCfnDashboard.TableConfigurationProperty- See Also:
-
getInteractions
Description copied from interface:CfnDashboard.TableConfigurationPropertyThe general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboard.VisualInteractionOptionsProperty- Specified by:
getInteractionsin interfaceCfnDashboard.TableConfigurationProperty- See Also:
-
getPaginatedReportOptions
Description copied from interface:CfnDashboard.TableConfigurationPropertyThe paginated report options for a table visual.Returns union: either
IResolvableorCfnDashboard.TablePaginatedReportOptionsProperty- Specified by:
getPaginatedReportOptionsin interfaceCfnDashboard.TableConfigurationProperty- See Also:
-
getSortConfiguration
Description copied from interface:CfnDashboard.TableConfigurationPropertyThe sort configuration for aTableVisual.Returns union: either
IResolvableorCfnDashboard.TableSortConfigurationProperty- Specified by:
getSortConfigurationin interfaceCfnDashboard.TableConfigurationProperty- See Also:
-
getTableInlineVisualizations
Description copied from interface:CfnDashboard.TableConfigurationPropertyA collection of inline visualizations to display within a chart.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.TableInlineVisualizationProperty>- Specified by:
getTableInlineVisualizationsin interfaceCfnDashboard.TableConfigurationProperty- See Also:
-
getTableOptions
Description copied from interface:CfnDashboard.TableConfigurationPropertyThe table options for a table visual.Returns union: either
IResolvableorCfnDashboard.TableOptionsProperty- Specified by:
getTableOptionsin interfaceCfnDashboard.TableConfigurationProperty- See Also:
-
getTotalOptions
Description copied from interface:CfnDashboard.TableConfigurationPropertyThe total options for a table visual.Returns union: either
IResolvableorCfnDashboard.TotalOptionsProperty- Specified by:
getTotalOptionsin interfaceCfnDashboard.TableConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-