Class CfnDashboard.DefaultSliderControlOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.DefaultSliderControlOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.DefaultSliderControlOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.DefaultSliderControlOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.DefaultSliderControlOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.DefaultSliderControlOptionsProperty
An implementation for
CfnDashboard.DefaultSliderControlOptionsProperty
-
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.DefaultSliderControlOptionsProperty
CfnDashboard.DefaultSliderControlOptionsProperty.Builder, CfnDashboard.DefaultSliderControlOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.DefaultSliderControlOptionsProperty.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 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 Number
The number of increments that the slider bar is divided into.final String
getType()
The type of theDefaultSliderControlOptions
.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.DefaultSliderControlOptionsProperty.Builder
.
-
-
Method Details
-
getMaximumValue
Description copied from interface:CfnDashboard.DefaultSliderControlOptionsProperty
The larger value that is displayed at the right of the slider.Default: - 0
- Specified by:
getMaximumValue
in interfaceCfnDashboard.DefaultSliderControlOptionsProperty
- See Also:
-
getMinimumValue
Description copied from interface:CfnDashboard.DefaultSliderControlOptionsProperty
The smaller value that is displayed at the left of the slider.Default: - 0
- Specified by:
getMinimumValue
in interfaceCfnDashboard.DefaultSliderControlOptionsProperty
- See Also:
-
getStepSize
Description copied from interface:CfnDashboard.DefaultSliderControlOptionsProperty
The number of increments that the slider bar is divided into.Default: - 0
- Specified by:
getStepSize
in interfaceCfnDashboard.DefaultSliderControlOptionsProperty
- See Also:
-
getDisplayOptions
Description copied from interface:CfnDashboard.DefaultSliderControlOptionsProperty
The display options of a control.- Specified by:
getDisplayOptions
in interfaceCfnDashboard.DefaultSliderControlOptionsProperty
- See Also:
-
getType
Description copied from interface:CfnDashboard.DefaultSliderControlOptionsProperty
The type of theDefaultSliderControlOptions
. 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 interfaceCfnDashboard.DefaultSliderControlOptionsProperty
- 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()
-