Class CfnAnalysis.ScrollBarOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.ScrollBarOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.ScrollBarOptionsProperty>
- Enclosing interface:
CfnAnalysis.ScrollBarOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.ScrollBarOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.ScrollBarOptionsProperty>
A builder for
CfnAnalysis.ScrollBarOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.visibility
(String visibility) Sets the value ofCfnAnalysis.ScrollBarOptionsProperty.getVisibility()
visibleRange
(IResolvable visibleRange) Sets the value ofCfnAnalysis.ScrollBarOptionsProperty.getVisibleRange()
visibleRange
(CfnAnalysis.VisibleRangeOptionsProperty visibleRange) Sets the value ofCfnAnalysis.ScrollBarOptionsProperty.getVisibleRange()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
visibility
@Stability(Stable) public CfnAnalysis.ScrollBarOptionsProperty.Builder visibility(String visibility) Sets the value ofCfnAnalysis.ScrollBarOptionsProperty.getVisibility()
- Parameters:
visibility
- The visibility of the data zoom scroll bar.- Returns:
this
-
visibleRange
@Stability(Stable) public CfnAnalysis.ScrollBarOptionsProperty.Builder visibleRange(IResolvable visibleRange) Sets the value ofCfnAnalysis.ScrollBarOptionsProperty.getVisibleRange()
- Parameters:
visibleRange
- The visibility range for the data zoom scroll bar.- Returns:
this
-
visibleRange
@Stability(Stable) public CfnAnalysis.ScrollBarOptionsProperty.Builder visibleRange(CfnAnalysis.VisibleRangeOptionsProperty visibleRange) Sets the value ofCfnAnalysis.ScrollBarOptionsProperty.getVisibleRange()
- Parameters:
visibleRange
- The visibility range for the data zoom scroll bar.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.ScrollBarOptionsProperty>
- Returns:
- a new instance of
CfnAnalysis.ScrollBarOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-