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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTemplate.TopBottomFilterProperty
CfnTemplate.TopBottomFilterProperty.Builder, CfnTemplate.TopBottomFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.TopBottomFilterProperty.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 aggregation and sort configuration of the top bottom filter.final ObjectThe column that the filter is applied to.final ObjectThe default configurations for the associated controls.final StringAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.final NumbergetLimit()The number of items to include in the top bottom filter results.final StringThe parameter whose value should be used for the filter value.final StringThe level of time precision that is used to aggregateDateTimevalues.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 theCfnTemplate.TopBottomFilterProperty.Builder.
-
-
Method Details
-
getAggregationSortConfigurations
Description copied from interface:CfnTemplate.TopBottomFilterPropertyThe aggregation and sort configuration of the top bottom filter.- Specified by:
getAggregationSortConfigurationsin interfaceCfnTemplate.TopBottomFilterProperty- See Also:
-
getColumn
Description copied from interface:CfnTemplate.TopBottomFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnTemplate.TopBottomFilterProperty- See Also:
-
getFilterId
Description copied from interface:CfnTemplate.TopBottomFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnTemplate.TopBottomFilterProperty- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnTemplate.TopBottomFilterPropertyThe default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
- Specified by:
getDefaultFilterControlConfigurationin interfaceCfnTemplate.TopBottomFilterProperty- See Also:
-
getLimit
Description copied from interface:CfnTemplate.TopBottomFilterPropertyThe number of items to include in the top bottom filter results.- Specified by:
getLimitin interfaceCfnTemplate.TopBottomFilterProperty- See Also:
-
getParameterName
Description copied from interface:CfnTemplate.TopBottomFilterPropertyThe parameter whose value should be used for the filter value.- Specified by:
getParameterNamein interfaceCfnTemplate.TopBottomFilterProperty- See Also:
-
getTimeGranularity
Description copied from interface:CfnTemplate.TopBottomFilterPropertyThe level of time precision that is used to aggregateDateTimevalues.- Specified by:
getTimeGranularityin interfaceCfnTemplate.TopBottomFilterProperty- 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()
-