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