Class CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.displayOptions(IResolvable displayOptions) maximumValue(Number maximumValue) minimumValue(Number minimumValue) Sets the value ofCfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.getStepSize()Sets the value ofCfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
displayOptions
@Stability(Stable) public CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Builder displayOptions(IResolvable displayOptions) - Parameters:
displayOptions- The display options of a control.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Builder displayOptions(CfnDashboardPropsMixin.SliderControlDisplayOptionsProperty displayOptions) - Parameters:
displayOptions- The display options of a control.- Returns:
this
-
maximumValue
@Stability(Stable) public CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Builder maximumValue(Number maximumValue) - Parameters:
maximumValue- The larger value that is displayed at the right of the slider.- Returns:
this
-
minimumValue
@Stability(Stable) public CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Builder minimumValue(Number minimumValue) - Parameters:
minimumValue- The smaller value that is displayed at the left of the slider.- Returns:
this
-
stepSize
@Stability(Stable) public CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Builder stepSize(Number stepSize) Sets the value ofCfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.getStepSize()- Parameters:
stepSize- The number of increments that the slider bar is divided into.- Returns:
this
-
type
@Stability(Stable) public CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.Builder type(String type) Sets the value ofCfnDashboardPropsMixin.DefaultSliderControlOptionsProperty.getType()- Parameters:
type- 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.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.DefaultSliderControlOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-