Class CfnDashboard.FilterDropDownControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.FilterDropDownControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.FilterDropDownControlProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.FilterDropDownControlProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.FilterDropDownControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.FilterDropDownControlProperty
An implementation for
CfnDashboard.FilterDropDownControlProperty
-
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.FilterDropDownControlProperty
CfnDashboard.FilterDropDownControlProperty.Builder, CfnDashboard.FilterDropDownControlProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.FilterDropDownControlProperty.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 values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.final String
The visibility configuration of the Apply button on aFilterDropDownControl
.final Object
The display options of theFilterDropDownControl
.final String
The ID of theFilterDropDownControl
.final Object
A list of selectable values that are used in a control.final String
The source filter ID of theFilterDropDownControl
.final String
getTitle()
The title of theFilterDropDownControl
.final String
getType()
The type of theFilterDropDownControl
.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.FilterDropDownControlProperty.Builder
.
-
-
Method Details
-
getFilterControlId
Description copied from interface:CfnDashboard.FilterDropDownControlProperty
The ID of theFilterDropDownControl
.- Specified by:
getFilterControlId
in interfaceCfnDashboard.FilterDropDownControlProperty
- See Also:
-
getSourceFilterId
Description copied from interface:CfnDashboard.FilterDropDownControlProperty
The source filter ID of theFilterDropDownControl
.- Specified by:
getSourceFilterId
in interfaceCfnDashboard.FilterDropDownControlProperty
- See Also:
-
getTitle
Description copied from interface:CfnDashboard.FilterDropDownControlProperty
The title of theFilterDropDownControl
.- Specified by:
getTitle
in interfaceCfnDashboard.FilterDropDownControlProperty
- See Also:
-
getCascadingControlConfiguration
Description copied from interface:CfnDashboard.FilterDropDownControlProperty
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.- Specified by:
getCascadingControlConfiguration
in interfaceCfnDashboard.FilterDropDownControlProperty
- See Also:
-
getCommitMode
Description copied from interface:CfnDashboard.FilterDropDownControlProperty
The visibility configuration of the Apply button on aFilterDropDownControl
.- Specified by:
getCommitMode
in interfaceCfnDashboard.FilterDropDownControlProperty
- See Also:
-
getDisplayOptions
Description copied from interface:CfnDashboard.FilterDropDownControlProperty
The display options of theFilterDropDownControl
.- Specified by:
getDisplayOptions
in interfaceCfnDashboard.FilterDropDownControlProperty
- See Also:
-
getSelectableValues
Description copied from interface:CfnDashboard.FilterDropDownControlProperty
A list of selectable values that are used in a control.- Specified by:
getSelectableValues
in interfaceCfnDashboard.FilterDropDownControlProperty
- See Also:
-
getType
Description copied from interface:CfnDashboard.FilterDropDownControlProperty
The type of theFilterDropDownControl
. Choose one of the following options:.MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- Specified by:
getType
in interfaceCfnDashboard.FilterDropDownControlProperty
- 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()
-