Class CfnAnalysisPropsMixin.PercentVisibleRangeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.PercentVisibleRangeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.PercentVisibleRangeProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.PercentVisibleRangeProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.PercentVisibleRangeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.PercentVisibleRangeProperty>
A builder for
CfnAnalysisPropsMixin.PercentVisibleRangeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysisPropsMixin.PercentVisibleRangeProperty.getFrom()Sets the value ofCfnAnalysisPropsMixin.PercentVisibleRangeProperty.getTo()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
@Stability(Stable) public CfnAnalysisPropsMixin.PercentVisibleRangeProperty.Builder from(Number from) Sets the value ofCfnAnalysisPropsMixin.PercentVisibleRangeProperty.getFrom()- Parameters:
from- The lower bound of the range.- Returns:
this
-
to
Sets the value ofCfnAnalysisPropsMixin.PercentVisibleRangeProperty.getTo()- Parameters:
to- The top bound of the range.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.PercentVisibleRangeProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.PercentVisibleRangeProperty - Throws:
NullPointerException- if any required attribute was not provided
-