Class CfnAnalysisPropsMixin.ParameterSliderControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.ParameterSliderControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisPropsMixin.ParameterSliderControlProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisPropsMixin.ParameterSliderControlProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisPropsMixin.ParameterSliderControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisPropsMixin.ParameterSliderControlProperty
An implementation for
CfnAnalysisPropsMixin.ParameterSliderControlProperty-
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.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.ParameterSliderControlProperty
CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder, CfnAnalysisPropsMixin.ParameterSliderControlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisPropsMixin.ParameterSliderControlProperty.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 StringThe ID of theParameterSliderControl.final StringThe source parameter name of theParameterSliderControl.final NumberThe number of increments that the slider bar is divided into.final StringgetTitle()The title of theParameterSliderControl.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 theCfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder.
-
-
Method Details
-
getDisplayOptions
Description copied from interface:CfnAnalysisPropsMixin.ParameterSliderControlPropertyThe display options of a control.Returns union: either
IResolvableorCfnAnalysisPropsMixin.SliderControlDisplayOptionsProperty- Specified by:
getDisplayOptionsin interfaceCfnAnalysisPropsMixin.ParameterSliderControlProperty- See Also:
-
getMaximumValue
Description copied from interface:CfnAnalysisPropsMixin.ParameterSliderControlPropertyThe larger value that is displayed at the right of the slider.Default: - 0
- Specified by:
getMaximumValuein interfaceCfnAnalysisPropsMixin.ParameterSliderControlProperty- See Also:
-
getMinimumValue
Description copied from interface:CfnAnalysisPropsMixin.ParameterSliderControlPropertyThe smaller value that is displayed at the left of the slider.Default: - 0
- Specified by:
getMinimumValuein interfaceCfnAnalysisPropsMixin.ParameterSliderControlProperty- See Also:
-
getParameterControlId
Description copied from interface:CfnAnalysisPropsMixin.ParameterSliderControlPropertyThe ID of theParameterSliderControl.- Specified by:
getParameterControlIdin interfaceCfnAnalysisPropsMixin.ParameterSliderControlProperty- See Also:
-
getSourceParameterName
Description copied from interface:CfnAnalysisPropsMixin.ParameterSliderControlPropertyThe source parameter name of theParameterSliderControl.- Specified by:
getSourceParameterNamein interfaceCfnAnalysisPropsMixin.ParameterSliderControlProperty- See Also:
-
getStepSize
Description copied from interface:CfnAnalysisPropsMixin.ParameterSliderControlPropertyThe number of increments that the slider bar is divided into.Default: - 0
- Specified by:
getStepSizein interfaceCfnAnalysisPropsMixin.ParameterSliderControlProperty- See Also:
-
getTitle
Description copied from interface:CfnAnalysisPropsMixin.ParameterSliderControlPropertyThe title of theParameterSliderControl.- Specified by:
getTitlein interfaceCfnAnalysisPropsMixin.ParameterSliderControlProperty- 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()
-