| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static TableOptions.Builder |
TableOptions.builder() |
default TableOptions.Builder |
TableOptions.Builder.cellStyle(Consumer<TableCellStyle.Builder> cellStyle)
The table cell style of table cells.
|
TableOptions.Builder |
TableOptions.Builder.cellStyle(TableCellStyle cellStyle)
The table cell style of table cells.
|
default TableOptions.Builder |
TableOptions.Builder.headerStyle(Consumer<TableCellStyle.Builder> headerStyle)
The table cell style of a table header.
|
TableOptions.Builder |
TableOptions.Builder.headerStyle(TableCellStyle headerStyle)
The table cell style of a table header.
|
TableOptions.Builder |
TableOptions.Builder.orientation(String orientation)
The orientation (vertical, horizontal) for a table.
|
TableOptions.Builder |
TableOptions.Builder.orientation(TableOrientation orientation)
The orientation (vertical, horizontal) for a table.
|
default TableOptions.Builder |
TableOptions.Builder.rowAlternateColorOptions(Consumer<RowAlternateColorOptions.Builder> rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
|
TableOptions.Builder |
TableOptions.Builder.rowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
|
TableOptions.Builder |
TableOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TableOptions.Builder> |
TableOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TableConfiguration.Builder |
TableConfiguration.Builder.tableOptions(Consumer<TableOptions.Builder> tableOptions)
The table options for a table visual.
|
Copyright © 2023. All rights reserved.