| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static NullValueFormatConfiguration.Builder |
NullValueFormatConfiguration.builder() |
NullValueFormatConfiguration.Builder |
NullValueFormatConfiguration.Builder.nullString(String nullString)
Determines the null string of null values.
|
NullValueFormatConfiguration.Builder |
NullValueFormatConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NullValueFormatConfiguration.Builder> |
NullValueFormatConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CurrencyDisplayFormatConfiguration.Builder |
CurrencyDisplayFormatConfiguration.Builder.nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
default NumberDisplayFormatConfiguration.Builder |
NumberDisplayFormatConfiguration.Builder.nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
default PercentageDisplayFormatConfiguration.Builder |
PercentageDisplayFormatConfiguration.Builder.nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
default StringFormatConfiguration.Builder |
StringFormatConfiguration.Builder.nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
default DateTimeFormatConfiguration.Builder |
DateTimeFormatConfiguration.Builder.nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
Copyright © 2023. All rights reserved.