| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static SelectedSheetsFilterScopeConfiguration.Builder |
SelectedSheetsFilterScopeConfiguration.builder() |
SelectedSheetsFilterScopeConfiguration.Builder |
SelectedSheetsFilterScopeConfiguration.Builder.sheetVisualScopingConfigurations(Collection<SheetVisualScopingConfiguration> sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
|
SelectedSheetsFilterScopeConfiguration.Builder |
SelectedSheetsFilterScopeConfiguration.Builder.sheetVisualScopingConfigurations(Consumer<SheetVisualScopingConfiguration.Builder>... sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
|
SelectedSheetsFilterScopeConfiguration.Builder |
SelectedSheetsFilterScopeConfiguration.Builder.sheetVisualScopingConfigurations(SheetVisualScopingConfiguration... sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
|
SelectedSheetsFilterScopeConfiguration.Builder |
SelectedSheetsFilterScopeConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SelectedSheetsFilterScopeConfiguration.Builder> |
SelectedSheetsFilterScopeConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FilterScopeConfiguration.Builder |
FilterScopeConfiguration.Builder.selectedSheets(Consumer<SelectedSheetsFilterScopeConfiguration.Builder> selectedSheets)
The configuration for applying a filter to specific sheets.
|
Copyright © 2023. All rights reserved.