Class CfnAnalysis.FilterSliderControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterSliderControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.FilterSliderControlProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.FilterSliderControlProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.FilterSliderControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.FilterSliderControlProperty
An implementation for
CfnAnalysis.FilterSliderControlProperty
-
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.FilterSliderControlProperty
CfnAnalysis.FilterSliderControlProperty.Builder, CfnAnalysis.FilterSliderControlProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.FilterSliderControlProperty.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 display options of a control.final String
The ID of theFilterSliderControl
.final Number
The larger value that is displayed at the right of the slider.final Number
The smaller value that is displayed at the left of the slider.final String
The source filter ID of theFilterSliderControl
.final Number
The number of increments that the slider bar is divided into.final String
getTitle()
The title of theFilterSliderControl
.final String
getType()
The type of theFilterSliderControl
.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.FilterSliderControlProperty.Builder
.
-
-
Method Details
-
getFilterControlId
Description copied from interface:CfnAnalysis.FilterSliderControlProperty
The ID of theFilterSliderControl
.- Specified by:
getFilterControlId
in interfaceCfnAnalysis.FilterSliderControlProperty
- See Also:
-
getMaximumValue
Description copied from interface:CfnAnalysis.FilterSliderControlProperty
The larger value that is displayed at the right of the slider.Default: - 0
- Specified by:
getMaximumValue
in interfaceCfnAnalysis.FilterSliderControlProperty
- See Also:
-
getMinimumValue
Description copied from interface:CfnAnalysis.FilterSliderControlProperty
The smaller value that is displayed at the left of the slider.Default: - 0
- Specified by:
getMinimumValue
in interfaceCfnAnalysis.FilterSliderControlProperty
- See Also:
-
getSourceFilterId
Description copied from interface:CfnAnalysis.FilterSliderControlProperty
The source filter ID of theFilterSliderControl
.- Specified by:
getSourceFilterId
in interfaceCfnAnalysis.FilterSliderControlProperty
- See Also:
-
getStepSize
Description copied from interface:CfnAnalysis.FilterSliderControlProperty
The number of increments that the slider bar is divided into.Default: - 0
- Specified by:
getStepSize
in interfaceCfnAnalysis.FilterSliderControlProperty
- See Also:
-
getTitle
Description copied from interface:CfnAnalysis.FilterSliderControlProperty
The title of theFilterSliderControl
.- Specified by:
getTitle
in interfaceCfnAnalysis.FilterSliderControlProperty
- See Also:
-
getDisplayOptions
Description copied from interface:CfnAnalysis.FilterSliderControlProperty
The display options of a control.- Specified by:
getDisplayOptions
in interfaceCfnAnalysis.FilterSliderControlProperty
- See Also:
-
getType
Description copied from interface:CfnAnalysis.FilterSliderControlProperty
The type of theFilterSliderControl
. Choose one of the following options:.SINGLE_POINT
: Filter against(equals) a single data point.RANGE
: Filter data that is in a specified range.
- Specified by:
getType
in interfaceCfnAnalysis.FilterSliderControlProperty
- 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()
-