Class CfnDashboardPropsMixin.VisibleRangeOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.VisibleRangeOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.VisibleRangeOptionsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.VisibleRangeOptionsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.VisibleRangeOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.VisibleRangeOptionsProperty>
A builder for
CfnDashboardPropsMixin.VisibleRangeOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.VisibleRangeOptionsProperty.getPercentRange()percentRange(IResolvable percentRange) Sets the value ofCfnDashboardPropsMixin.VisibleRangeOptionsProperty.getPercentRange()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
percentRange
@Stability(Stable) public CfnDashboardPropsMixin.VisibleRangeOptionsProperty.Builder percentRange(IResolvable percentRange) Sets the value ofCfnDashboardPropsMixin.VisibleRangeOptionsProperty.getPercentRange()- Parameters:
percentRange- The percent range in the visible range.- Returns:
this
-
percentRange
@Stability(Stable) public CfnDashboardPropsMixin.VisibleRangeOptionsProperty.Builder percentRange(CfnDashboardPropsMixin.PercentVisibleRangeProperty percentRange) Sets the value ofCfnDashboardPropsMixin.VisibleRangeOptionsProperty.getPercentRange()- Parameters:
percentRange- The percent range in the visible range.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.VisibleRangeOptionsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.VisibleRangeOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-