| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static TotalOptions.Builder |
TotalOptions.builder() |
TotalOptions.Builder |
TotalOptions.Builder.customLabel(String customLabel)
The custom label string for the total cells.
|
TotalOptions.Builder |
TotalOptions.Builder.placement(String placement)
The placement (start, end) for the total cells.
|
TotalOptions.Builder |
TotalOptions.Builder.placement(TableTotalsPlacement placement)
The placement (start, end) for the total cells.
|
TotalOptions.Builder |
TotalOptions.Builder.scrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
TotalOptions.Builder |
TotalOptions.Builder.scrollStatus(TableTotalsScrollStatus scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
TotalOptions.Builder |
TotalOptions.toBuilder() |
default TotalOptions.Builder |
TotalOptions.Builder.totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)
Cell styling options for the total cells.
|
TotalOptions.Builder |
TotalOptions.Builder.totalCellStyle(TableCellStyle totalCellStyle)
Cell styling options for the total cells.
|
TotalOptions.Builder |
TotalOptions.Builder.totalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
|
TotalOptions.Builder |
TotalOptions.Builder.totalsVisibility(Visibility totalsVisibility)
The visibility configuration for the total cells.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TotalOptions.Builder> |
TotalOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TableConfiguration.Builder |
TableConfiguration.Builder.totalOptions(Consumer<TotalOptions.Builder> totalOptions)
The total options for a table visual.
|
Copyright © 2023. All rights reserved.