| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static DecimalValueWhenUnsetConfiguration.Builder |
DecimalValueWhenUnsetConfiguration.builder() |
DecimalValueWhenUnsetConfiguration.Builder |
DecimalValueWhenUnsetConfiguration.Builder.customValue(Double customValue)
A custom value that's used when the value of a parameter isn't set.
|
DecimalValueWhenUnsetConfiguration.Builder |
DecimalValueWhenUnsetConfiguration.toBuilder() |
DecimalValueWhenUnsetConfiguration.Builder |
DecimalValueWhenUnsetConfiguration.Builder.valueWhenUnsetOption(String valueWhenUnsetOption)
The built-in options for default values.
|
DecimalValueWhenUnsetConfiguration.Builder |
DecimalValueWhenUnsetConfiguration.Builder.valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DecimalValueWhenUnsetConfiguration.Builder> |
DecimalValueWhenUnsetConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DecimalParameterDeclaration.Builder |
DecimalParameterDeclaration.Builder.valueWhenUnset(Consumer<DecimalValueWhenUnsetConfiguration.Builder> valueWhenUnset)
The configuration that defines the default value of a
Decimal parameter when a value has not
been set. |
Copyright © 2023. All rights reserved.