Class CfnDashboard.TopBottomFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.TopBottomFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.TopBottomFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.TopBottomFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.TopBottomFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.TopBottomFilterProperty
An implementation for
CfnDashboard.TopBottomFilterProperty
-
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.TopBottomFilterProperty
CfnDashboard.TopBottomFilterProperty.Builder, CfnDashboard.TopBottomFilterProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.TopBottomFilterProperty.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 aggregation and sort configuration of the top bottom filter.final Object
The column that the filter is applied to.final Object
The default configurations for the associated controls.final String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.final Number
getLimit()
The number of items to include in the top bottom filter results.final String
The parameter whose value should be used for the filter value.final String
The level of time precision that is used to aggregateDateTime
values.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.TopBottomFilterProperty.Builder
.
-
-
Method Details
-
getAggregationSortConfigurations
Description copied from interface:CfnDashboard.TopBottomFilterProperty
The aggregation and sort configuration of the top bottom filter.- Specified by:
getAggregationSortConfigurations
in interfaceCfnDashboard.TopBottomFilterProperty
- See Also:
-
getColumn
Description copied from interface:CfnDashboard.TopBottomFilterProperty
The column that the filter is applied to.- Specified by:
getColumn
in interfaceCfnDashboard.TopBottomFilterProperty
- See Also:
-
getFilterId
Description copied from interface:CfnDashboard.TopBottomFilterProperty
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterId
in interfaceCfnDashboard.TopBottomFilterProperty
- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnDashboard.TopBottomFilterProperty
The default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
- Specified by:
getDefaultFilterControlConfiguration
in interfaceCfnDashboard.TopBottomFilterProperty
- See Also:
-
getLimit
Description copied from interface:CfnDashboard.TopBottomFilterProperty
The number of items to include in the top bottom filter results.- Specified by:
getLimit
in interfaceCfnDashboard.TopBottomFilterProperty
- See Also:
-
getParameterName
Description copied from interface:CfnDashboard.TopBottomFilterProperty
The parameter whose value should be used for the filter value.- Specified by:
getParameterName
in interfaceCfnDashboard.TopBottomFilterProperty
- See Also:
-
getTimeGranularity
Description copied from interface:CfnDashboard.TopBottomFilterProperty
The level of time precision that is used to aggregateDateTime
values.- Specified by:
getTimeGranularity
in interfaceCfnDashboard.TopBottomFilterProperty
- 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()
-