Class CfnDashboard.SliderControlDisplayOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.SliderControlDisplayOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.SliderControlDisplayOptionsProperty>
- Enclosing interface:
CfnDashboard.SliderControlDisplayOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.SliderControlDisplayOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.SliderControlDisplayOptionsProperty>
A builder for
CfnDashboard.SliderControlDisplayOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.infoIconLabelOptions(IResolvable infoIconLabelOptions) infoIconLabelOptions(CfnDashboard.SheetControlInfoIconLabelOptionsProperty infoIconLabelOptions) titleOptions(IResolvable titleOptions) Sets the value ofCfnDashboard.SliderControlDisplayOptionsProperty.getTitleOptions()titleOptions(CfnDashboard.LabelOptionsProperty titleOptions) Sets the value ofCfnDashboard.SliderControlDisplayOptionsProperty.getTitleOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
infoIconLabelOptions
@Stability(Stable) public CfnDashboard.SliderControlDisplayOptionsProperty.Builder infoIconLabelOptions(IResolvable infoIconLabelOptions) - Parameters:
infoIconLabelOptions- The configuration of info icon label options.- Returns:
this
-
infoIconLabelOptions
@Stability(Stable) public CfnDashboard.SliderControlDisplayOptionsProperty.Builder infoIconLabelOptions(CfnDashboard.SheetControlInfoIconLabelOptionsProperty infoIconLabelOptions) - Parameters:
infoIconLabelOptions- The configuration of info icon label options.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnDashboard.SliderControlDisplayOptionsProperty.Builder titleOptions(IResolvable titleOptions) Sets the value ofCfnDashboard.SliderControlDisplayOptionsProperty.getTitleOptions()- Parameters:
titleOptions- The options to configure the title visibility, name, and font size.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnDashboard.SliderControlDisplayOptionsProperty.Builder titleOptions(CfnDashboard.LabelOptionsProperty titleOptions) Sets the value ofCfnDashboard.SliderControlDisplayOptionsProperty.getTitleOptions()- Parameters:
titleOptions- The options to configure the title visibility, name, and font size.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.SliderControlDisplayOptionsProperty>- Returns:
- a new instance of
CfnDashboard.SliderControlDisplayOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-