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