| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static TopicRangeFilterConstant.Builder |
TopicRangeFilterConstant.builder() |
TopicRangeFilterConstant.Builder |
TopicRangeFilterConstant.Builder.constantType(ConstantType constantType)
The data type of the constant value that is used in a range filter.
|
TopicRangeFilterConstant.Builder |
TopicRangeFilterConstant.Builder.constantType(String constantType)
The data type of the constant value that is used in a range filter.
|
default TopicRangeFilterConstant.Builder |
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 |
TopicRangeFilterConstant.Builder.rangeConstant(RangeConstant rangeConstant)
The value of the constant that is used to specify the endpoints of a range filter.
|
TopicRangeFilterConstant.Builder |
TopicRangeFilterConstant.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TopicRangeFilterConstant.Builder> |
TopicRangeFilterConstant.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TopicDateRangeFilter.Builder |
TopicDateRangeFilter.Builder.constant(Consumer<TopicRangeFilterConstant.Builder> constant)
The constant used in a date range filter.
|
default TopicNumericRangeFilter.Builder |
TopicNumericRangeFilter.Builder.constant(Consumer<TopicRangeFilterConstant.Builder> constant)
The constant used in a numeric range filter.
|
Copyright © 2023. All rights reserved.