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