| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static CascadingControlConfiguration.Builder |
CascadingControlConfiguration.builder() |
CascadingControlConfiguration.Builder |
CascadingControlConfiguration.Builder.sourceControls(CascadingControlSource... sourceControls)
A list of source controls that determine the values that are used in the current control.
|
CascadingControlConfiguration.Builder |
CascadingControlConfiguration.Builder.sourceControls(Collection<CascadingControlSource> sourceControls)
A list of source controls that determine the values that are used in the current control.
|
CascadingControlConfiguration.Builder |
CascadingControlConfiguration.Builder.sourceControls(Consumer<CascadingControlSource.Builder>... sourceControls)
A list of source controls that determine the values that are used in the current control.
|
CascadingControlConfiguration.Builder |
CascadingControlConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CascadingControlConfiguration.Builder> |
CascadingControlConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FilterListControl.Builder |
FilterListControl.Builder.cascadingControlConfiguration(Consumer<CascadingControlConfiguration.Builder> cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on
what's selected in other controls.
|
default FilterDropDownControl.Builder |
FilterDropDownControl.Builder.cascadingControlConfiguration(Consumer<CascadingControlConfiguration.Builder> cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on
what's selected in other controls.
|
default ParameterListControl.Builder |
ParameterListControl.Builder.cascadingControlConfiguration(Consumer<CascadingControlConfiguration.Builder> cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on
what's selected in other controls.
|
default ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.cascadingControlConfiguration(Consumer<CascadingControlConfiguration.Builder> cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on
what's selected in other controls.
|
Copyright © 2023. All rights reserved.