Uses of Interface
software.amazon.awssdk.services.quicksight.model.TableCellStyle.Builder
-
Packages that use TableCellStyle.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TableCellStyle.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TableCellStyle.Builder Modifier and Type Method Description TableCellStyle.BuilderTableCellStyle.Builder. backgroundColor(String backgroundColor)The background color for the table cells.default TableCellStyle.BuilderTableCellStyle.Builder. border(Consumer<GlobalTableBorderOptions.Builder> border)The borders for the table cells.TableCellStyle.BuilderTableCellStyle.Builder. border(GlobalTableBorderOptions border)The borders for the table cells.static TableCellStyle.BuilderTableCellStyle. builder()default TableCellStyle.BuilderTableCellStyle.Builder. fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)The font configuration of the table cells.TableCellStyle.BuilderTableCellStyle.Builder. fontConfiguration(FontConfiguration fontConfiguration)The font configuration of the table cells.TableCellStyle.BuilderTableCellStyle.Builder. height(Integer height)The height color for the table cells.TableCellStyle.BuilderTableCellStyle.Builder. horizontalTextAlignment(String horizontalTextAlignment)The horizontal text alignment (left, center, right, auto) for the table cells.TableCellStyle.BuilderTableCellStyle.Builder. horizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)The horizontal text alignment (left, center, right, auto) for the table cells.TableCellStyle.BuilderTableCellStyle.Builder. textWrap(String textWrap)The text wrap (none, wrap) for the table cells.TableCellStyle.BuilderTableCellStyle.Builder. textWrap(TextWrap textWrap)The text wrap (none, wrap) for the table cells.TableCellStyle.BuilderTableCellStyle. toBuilder()TableCellStyle.BuilderTableCellStyle.Builder. verticalTextAlignment(String verticalTextAlignment)The vertical text alignment (top, middle, bottom) for the table cells.TableCellStyle.BuilderTableCellStyle.Builder. verticalTextAlignment(VerticalTextAlignment verticalTextAlignment)The vertical text alignment (top, middle, bottom) for the table cells.TableCellStyle.BuilderTableCellStyle.Builder. visibility(String visibility)The visibility of the table cells.TableCellStyle.BuilderTableCellStyle.Builder. visibility(Visibility visibility)The visibility of the table cells.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TableCellStyle.Builder Modifier and Type Method Description static Class<? extends TableCellStyle.Builder>TableCellStyle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TableCellStyle.Builder Modifier and Type Method Description default PivotTableOptions.BuilderPivotTableOptions.Builder. cellStyle(Consumer<TableCellStyle.Builder> cellStyle)The table cell style of cells.default TableOptions.BuilderTableOptions.Builder. cellStyle(Consumer<TableCellStyle.Builder> cellStyle)The table cell style of table cells.default PivotTableOptions.BuilderPivotTableOptions.Builder. columnHeaderStyle(Consumer<TableCellStyle.Builder> columnHeaderStyle)The table cell style of the column header.default TableOptions.BuilderTableOptions.Builder. headerStyle(Consumer<TableCellStyle.Builder> headerStyle)The table cell style of a table header.default PivotTotalOptions.BuilderPivotTotalOptions.Builder. metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle)The cell styling options for the total of header cells.default SubtotalOptions.BuilderSubtotalOptions.Builder. metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle)The cell styling options for the subtotals of header cells.default PivotTableOptions.BuilderPivotTableOptions.Builder. rowFieldNamesStyle(Consumer<TableCellStyle.Builder> rowFieldNamesStyle)The table cell style of row field names.default PivotTableOptions.BuilderPivotTableOptions.Builder. rowHeaderStyle(Consumer<TableCellStyle.Builder> rowHeaderStyle)The table cell style of the row headers.default PivotTotalOptions.BuilderPivotTotalOptions.Builder. totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)The cell styling options for the total cells.default SubtotalOptions.BuilderSubtotalOptions.Builder. totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)The cell styling options for the subtotal cells.default TotalOptions.BuilderTotalOptions.Builder. totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)Cell styling options for the total cells.default PivotTotalOptions.BuilderPivotTotalOptions.Builder. valueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle)The cell styling options for the totals of value cells.default SubtotalOptions.BuilderSubtotalOptions.Builder. valueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle)The cell styling options for the subtotals of value cells.
-