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