Uses of Interface
software.amazon.awssdk.services.quicksight.model.TableFieldURLConfiguration.Builder
-
Packages that use TableFieldURLConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TableFieldURLConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TableFieldURLConfiguration.Builder Modifier and Type Method Description static TableFieldURLConfiguration.BuilderTableFieldURLConfiguration. builder()default TableFieldURLConfiguration.BuilderTableFieldURLConfiguration.Builder. imageConfiguration(Consumer<TableFieldImageConfiguration.Builder> imageConfiguration)The image configuration of a table field URL.TableFieldURLConfiguration.BuilderTableFieldURLConfiguration.Builder. imageConfiguration(TableFieldImageConfiguration imageConfiguration)The image configuration of a table field URL.default TableFieldURLConfiguration.BuilderTableFieldURLConfiguration.Builder. linkConfiguration(Consumer<TableFieldLinkConfiguration.Builder> linkConfiguration)The link configuration of a table field URL.TableFieldURLConfiguration.BuilderTableFieldURLConfiguration.Builder. linkConfiguration(TableFieldLinkConfiguration linkConfiguration)The link configuration of a table field URL.TableFieldURLConfiguration.BuilderTableFieldURLConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TableFieldURLConfiguration.Builder Modifier and Type Method Description static Class<? extends TableFieldURLConfiguration.Builder>TableFieldURLConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TableFieldURLConfiguration.Builder Modifier and Type Method Description default TableFieldOption.BuilderTableFieldOption.Builder. urlStyling(Consumer<TableFieldURLConfiguration.Builder> urlStyling)The URL configuration for a table field.
-