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