| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static RangeConstant.Builder |
RangeConstant.builder() |
RangeConstant.Builder |
RangeConstant.Builder.maximum(String maximum)
The maximum value for a range constant.
|
RangeConstant.Builder |
RangeConstant.Builder.minimum(String minimum)
The minimum value for a range constant.
|
RangeConstant.Builder |
RangeConstant.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RangeConstant.Builder> |
RangeConstant.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.