| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static TableFieldLinkContentConfiguration.Builder |
TableFieldLinkContentConfiguration.builder() |
default TableFieldLinkContentConfiguration.Builder |
TableFieldLinkContentConfiguration.Builder.customIconContent(Consumer<TableFieldCustomIconContent.Builder> customIconContent)
The custom icon content for the table link content configuration.
|
TableFieldLinkContentConfiguration.Builder |
TableFieldLinkContentConfiguration.Builder.customIconContent(TableFieldCustomIconContent customIconContent)
The custom icon content for the table link content configuration.
|
default TableFieldLinkContentConfiguration.Builder |
TableFieldLinkContentConfiguration.Builder.customTextContent(Consumer<TableFieldCustomTextContent.Builder> customTextContent)
The custom text content (value, font configuration) for the table link content configuration.
|
TableFieldLinkContentConfiguration.Builder |
TableFieldLinkContentConfiguration.Builder.customTextContent(TableFieldCustomTextContent customTextContent)
The custom text content (value, font configuration) for the table link content configuration.
|
TableFieldLinkContentConfiguration.Builder |
TableFieldLinkContentConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TableFieldLinkContentConfiguration.Builder> |
TableFieldLinkContentConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TableFieldLinkConfiguration.Builder |
TableFieldLinkConfiguration.Builder.content(Consumer<TableFieldLinkContentConfiguration.Builder> content)
The URL content (text, icon) for the table link configuration.
|
Copyright © 2023. All rights reserved.