Uses of Interface
software.amazon.awssdk.services.quicksight.model.TableFieldCustomTextContent.Builder
-
Packages that use TableFieldCustomTextContent.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TableFieldCustomTextContent.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TableFieldCustomTextContent.Builder Modifier and Type Method Description static TableFieldCustomTextContent.Builder
TableFieldCustomTextContent. builder()
default TableFieldCustomTextContent.Builder
TableFieldCustomTextContent.Builder. fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the custom text content for the table URL link content.TableFieldCustomTextContent.Builder
TableFieldCustomTextContent.Builder. fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the custom text content for the table URL link content.TableFieldCustomTextContent.Builder
TableFieldCustomTextContent. toBuilder()
TableFieldCustomTextContent.Builder
TableFieldCustomTextContent.Builder. value(String value)
The string value of the custom text content for the table URL link content.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TableFieldCustomTextContent.Builder Modifier and Type Method Description static Class<? extends TableFieldCustomTextContent.Builder>
TableFieldCustomTextContent. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TableFieldCustomTextContent.Builder Modifier and Type Method Description default TableFieldLinkContentConfiguration.Builder
TableFieldLinkContentConfiguration.Builder. customTextContent(Consumer<TableFieldCustomTextContent.Builder> customTextContent)
The custom text content (value, font configuration) for the table link content configuration.
-