Uses of Interface
software.amazon.awssdk.services.quicksight.model.TableFieldLinkConfiguration.Builder
-
Packages that use TableFieldLinkConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TableFieldLinkConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TableFieldLinkConfiguration.Builder Modifier and Type Method Description static TableFieldLinkConfiguration.BuilderTableFieldLinkConfiguration. builder()default TableFieldLinkConfiguration.BuilderTableFieldLinkConfiguration.Builder. content(Consumer<TableFieldLinkContentConfiguration.Builder> content)The URL content (text, icon) for the table link configuration.TableFieldLinkConfiguration.BuilderTableFieldLinkConfiguration.Builder. content(TableFieldLinkContentConfiguration content)The URL content (text, icon) for the table link configuration.TableFieldLinkConfiguration.BuilderTableFieldLinkConfiguration.Builder. target(String target)The URL target (new tab, new window, same tab) for the table link configuration.TableFieldLinkConfiguration.BuilderTableFieldLinkConfiguration.Builder. target(URLTargetConfiguration target)The URL target (new tab, new window, same tab) for the table link configuration.TableFieldLinkConfiguration.BuilderTableFieldLinkConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TableFieldLinkConfiguration.Builder Modifier and Type Method Description static Class<? extends TableFieldLinkConfiguration.Builder>TableFieldLinkConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TableFieldLinkConfiguration.Builder Modifier and Type Method Description default TableFieldURLConfiguration.BuilderTableFieldURLConfiguration.Builder. linkConfiguration(Consumer<TableFieldLinkConfiguration.Builder> linkConfiguration)The link configuration of a table field URL.
-