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