Class CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty
An implementation for
CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty-
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.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty
CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Builder, CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.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 display options of a control.final NumberThe larger value that is displayed at the right of the slider.final NumberThe smaller value that is displayed at the left of the slider.final NumberThe number of increments that the slider bar is divided into.final StringgetType()The type of theDefaultSliderControlOptions.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 theCfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Builder.
-
-
Method Details
-
getDisplayOptions
Description copied from interface:CfnDashboardPropsMixin.DefaultSliderControlOptionsPropertyThe display options of a control.Returns union: either
IResolvableorCfnDashboardPropsMixin.SliderControlDisplayOptionsProperty- Specified by:
getDisplayOptionsin interfaceCfnDashboardPropsMixin.DefaultSliderControlOptionsProperty- See Also:
-
getMaximumValue
Description copied from interface:CfnDashboardPropsMixin.DefaultSliderControlOptionsPropertyThe larger value that is displayed at the right of the slider.Default: - 0
- Specified by:
getMaximumValuein interfaceCfnDashboardPropsMixin.DefaultSliderControlOptionsProperty- See Also:
-
getMinimumValue
Description copied from interface:CfnDashboardPropsMixin.DefaultSliderControlOptionsPropertyThe smaller value that is displayed at the left of the slider.Default: - 0
- Specified by:
getMinimumValuein interfaceCfnDashboardPropsMixin.DefaultSliderControlOptionsProperty- See Also:
-
getStepSize
Description copied from interface:CfnDashboardPropsMixin.DefaultSliderControlOptionsPropertyThe number of increments that the slider bar is divided into.Default: - 0
- Specified by:
getStepSizein interfaceCfnDashboardPropsMixin.DefaultSliderControlOptionsProperty- See Also:
-
getType
Description copied from interface:CfnDashboardPropsMixin.DefaultSliderControlOptionsPropertyThe 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:
getTypein interfaceCfnDashboardPropsMixin.DefaultSliderControlOptionsProperty- 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()
-