| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static IntegerValueWhenUnsetConfiguration.Builder |
IntegerValueWhenUnsetConfiguration.builder() |
IntegerValueWhenUnsetConfiguration.Builder |
IntegerValueWhenUnsetConfiguration.Builder.customValue(Long customValue)
A custom value that's used when the value of a parameter isn't set.
|
IntegerValueWhenUnsetConfiguration.Builder |
IntegerValueWhenUnsetConfiguration.toBuilder() |
IntegerValueWhenUnsetConfiguration.Builder |
IntegerValueWhenUnsetConfiguration.Builder.valueWhenUnsetOption(String valueWhenUnsetOption)
The built-in options for default values.
|
IntegerValueWhenUnsetConfiguration.Builder |
IntegerValueWhenUnsetConfiguration.Builder.valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IntegerValueWhenUnsetConfiguration.Builder> |
IntegerValueWhenUnsetConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IntegerParameterDeclaration.Builder |
IntegerParameterDeclaration.Builder.valueWhenUnset(Consumer<IntegerValueWhenUnsetConfiguration.Builder> valueWhenUnset)
A parameter declaration for the
Integer data type. |
Copyright © 2023. All rights reserved.