Class CfnTopic.RangeConstantProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTopic.RangeConstantProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopic.RangeConstantProperty>
- Enclosing interface:
CfnTopic.RangeConstantProperty
@Stability(Stable)
public static final class CfnTopic.RangeConstantProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopic.RangeConstantProperty>
A builder for
CfnTopic.RangeConstantProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTopic.RangeConstantProperty.getMaximum()Sets the value ofCfnTopic.RangeConstantProperty.getMinimum()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maximum
Sets the value ofCfnTopic.RangeConstantProperty.getMaximum()- Parameters:
maximum- The maximum value for a range constant.- Returns:
this
-
minimum
Sets the value ofCfnTopic.RangeConstantProperty.getMinimum()- Parameters:
minimum- The minimum value for a range constant.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopic.RangeConstantProperty>- Returns:
- a new instance of
CfnTopic.RangeConstantProperty - Throws:
NullPointerException- if any required attribute was not provided
-