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