Uses of Interface
software.amazon.awssdk.services.quicksight.model.TableRowConditionalFormatting.Builder
-
Packages that use TableRowConditionalFormatting.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TableRowConditionalFormatting.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TableRowConditionalFormatting.Builder Modifier and Type Method Description default TableRowConditionalFormatting.BuilderTableRowConditionalFormatting.Builder. backgroundColor(Consumer<ConditionalFormattingColor.Builder> backgroundColor)The conditional formatting color (solid, gradient) of the background for a table row.TableRowConditionalFormatting.BuilderTableRowConditionalFormatting.Builder. backgroundColor(ConditionalFormattingColor backgroundColor)The conditional formatting color (solid, gradient) of the background for a table row.static TableRowConditionalFormatting.BuilderTableRowConditionalFormatting. builder()default TableRowConditionalFormatting.BuilderTableRowConditionalFormatting.Builder. textColor(Consumer<ConditionalFormattingColor.Builder> textColor)The conditional formatting color (solid, gradient) of the text for a table row.TableRowConditionalFormatting.BuilderTableRowConditionalFormatting.Builder. textColor(ConditionalFormattingColor textColor)The conditional formatting color (solid, gradient) of the text for a table row.TableRowConditionalFormatting.BuilderTableRowConditionalFormatting. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TableRowConditionalFormatting.Builder Modifier and Type Method Description static Class<? extends TableRowConditionalFormatting.Builder>TableRowConditionalFormatting. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TableRowConditionalFormatting.Builder Modifier and Type Method Description default TableConditionalFormattingOption.BuilderTableConditionalFormattingOption.Builder. row(Consumer<TableRowConditionalFormatting.Builder> row)The row conditional formatting option for a table.
-