| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static PivotTotalOptions.Builder |
PivotTotalOptions.builder() |
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.customLabel(String customLabel)
The custom label string for the total cells.
|
default PivotTotalOptions.Builder |
PivotTotalOptions.Builder.metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle)
The cell styling options for the total of header cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.metricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the total of header cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.placement(String placement)
The placement (start, end) for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.placement(TableTotalsPlacement placement)
The placement (start, end) for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.scrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.scrollStatus(TableTotalsScrollStatus scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.toBuilder() |
default PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)
The cell styling options for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalsVisibility(Visibility totalsVisibility)
The visibility configuration for the total cells.
|
default PivotTotalOptions.Builder |
PivotTotalOptions.Builder.valueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle)
The cell styling options for the totals of value cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.valueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the totals of value cells.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PivotTotalOptions.Builder> |
PivotTotalOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PivotTableTotalOptions.Builder |
PivotTableTotalOptions.Builder.columnTotalOptions(Consumer<PivotTotalOptions.Builder> columnTotalOptions)
The column total options.
|
default PivotTableTotalOptions.Builder |
PivotTableTotalOptions.Builder.rowTotalOptions(Consumer<PivotTotalOptions.Builder> rowTotalOptions)
The row total options.
|
Copyright © 2023. All rights reserved.