Class CfnTopic.TopicRangeFilterConstantProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTopic.TopicRangeFilterConstantProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopic.TopicRangeFilterConstantProperty>
- Enclosing interface:
CfnTopic.TopicRangeFilterConstantProperty
@Stability(Stable)
public static final class CfnTopic.TopicRangeFilterConstantProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopic.TopicRangeFilterConstantProperty>
A builder for
CfnTopic.TopicRangeFilterConstantProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.constantType(String constantType) Sets the value ofCfnTopic.TopicRangeFilterConstantProperty.getConstantType()rangeConstant(IResolvable rangeConstant) Sets the value ofCfnTopic.TopicRangeFilterConstantProperty.getRangeConstant()rangeConstant(CfnTopic.RangeConstantProperty rangeConstant) Sets the value ofCfnTopic.TopicRangeFilterConstantProperty.getRangeConstant()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
constantType
@Stability(Stable) public CfnTopic.TopicRangeFilterConstantProperty.Builder constantType(String constantType) Sets the value ofCfnTopic.TopicRangeFilterConstantProperty.getConstantType()- Parameters:
constantType- The data type of the constant value that is used in a range filter. Valid values for this structure areRANGE.- Returns:
this
-
rangeConstant
@Stability(Stable) public CfnTopic.TopicRangeFilterConstantProperty.Builder rangeConstant(IResolvable rangeConstant) Sets the value ofCfnTopic.TopicRangeFilterConstantProperty.getRangeConstant()- Parameters:
rangeConstant- The value of the constant that is used to specify the endpoints of a range filter.- Returns:
this
-
rangeConstant
@Stability(Stable) public CfnTopic.TopicRangeFilterConstantProperty.Builder rangeConstant(CfnTopic.RangeConstantProperty rangeConstant) Sets the value ofCfnTopic.TopicRangeFilterConstantProperty.getRangeConstant()- Parameters:
rangeConstant- The value of the constant that is used to specify the endpoints of a range filter.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopic.TopicRangeFilterConstantProperty>- Returns:
- a new instance of
CfnTopic.TopicRangeFilterConstantProperty - Throws:
NullPointerException- if any required attribute was not provided
-