Class CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ParameterSliderControlProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.ParameterSliderControlProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ParameterSliderControlProperty>
A builder for
CfnAnalysisPropsMixin.ParameterSliderControlProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getDisplayOptions()displayOptions(IResolvable displayOptions) Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getDisplayOptions()maximumValue(Number maximumValue) Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getMaximumValue()minimumValue(Number minimumValue) Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getMinimumValue()parameterControlId(String parameterControlId) sourceParameterName(String sourceParameterName) Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getStepSize()Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getTitle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
displayOptions
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder displayOptions(IResolvable displayOptions) Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getDisplayOptions()- Parameters:
displayOptions- The display options of a control.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder displayOptions(CfnAnalysisPropsMixin.SliderControlDisplayOptionsProperty displayOptions) Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getDisplayOptions()- Parameters:
displayOptions- The display options of a control.- Returns:
this
-
maximumValue
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder maximumValue(Number maximumValue) Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getMaximumValue()- Parameters:
maximumValue- The larger value that is displayed at the right of the slider.- Returns:
this
-
minimumValue
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder minimumValue(Number minimumValue) Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getMinimumValue()- Parameters:
minimumValue- The smaller value that is displayed at the left of the slider.- Returns:
this
-
parameterControlId
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder parameterControlId(String parameterControlId) - Parameters:
parameterControlId- The ID of theParameterSliderControl.- Returns:
this
-
sourceParameterName
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder sourceParameterName(String sourceParameterName) - Parameters:
sourceParameterName- The source parameter name of theParameterSliderControl.- Returns:
this
-
stepSize
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder stepSize(Number stepSize) Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getStepSize()- Parameters:
stepSize- The number of increments that the slider bar is divided into.- Returns:
this
-
title
@Stability(Stable) public CfnAnalysisPropsMixin.ParameterSliderControlProperty.Builder title(String title) Sets the value ofCfnAnalysisPropsMixin.ParameterSliderControlProperty.getTitle()- Parameters:
title- The title of theParameterSliderControl.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.ParameterSliderControlProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.ParameterSliderControlProperty - Throws:
NullPointerException- if any required attribute was not provided
-