public static interface TopicRangeFilterConstant.Builder extends SdkPojo, CopyableBuilder<TopicRangeFilterConstant.Builder,TopicRangeFilterConstant>
| Modifier and Type | Method and Description |
|---|---|
TopicRangeFilterConstant.Builder |
constantType(ConstantType constantType)
The data type of the constant value that is used in a range filter.
|
TopicRangeFilterConstant.Builder |
constantType(String constantType)
The data type of the constant value that is used in a range filter.
|
default TopicRangeFilterConstant.Builder |
rangeConstant(Consumer<RangeConstant.Builder> rangeConstant)
The value of the constant that is used to specify the endpoints of a range filter.
|
TopicRangeFilterConstant.Builder |
rangeConstant(RangeConstant rangeConstant)
The value of the constant that is used to specify the endpoints of a range filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicRangeFilterConstant.Builder constantType(String constantType)
The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE.
constantType - The data type of the constant value that is used in a range filter. Valid values for this structure
are RANGE.ConstantType,
ConstantTypeTopicRangeFilterConstant.Builder constantType(ConstantType constantType)
The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE.
constantType - The data type of the constant value that is used in a range filter. Valid values for this structure
are RANGE.ConstantType,
ConstantTypeTopicRangeFilterConstant.Builder rangeConstant(RangeConstant rangeConstant)
The value of the constant that is used to specify the endpoints of a range filter.
rangeConstant - The value of the constant that is used to specify the endpoints of a range filter.default TopicRangeFilterConstant.Builder rangeConstant(Consumer<RangeConstant.Builder> rangeConstant)
The value of the constant that is used to specify the endpoints of a range filter.
This is a convenience method that creates an instance of theRangeConstant.Builder avoiding the need
to create one manually via RangeConstant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to rangeConstant(RangeConstant).
rangeConstant - a consumer that will call methods on RangeConstant.BuilderrangeConstant(RangeConstant)Copyright © 2023. All rights reserved.