Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TableFieldOption |
TableFieldOption.clone() |
TableFieldOption |
TableFieldOption.withCustomLabel(String customLabel)
The custom label for a table field.
|
TableFieldOption |
TableFieldOption.withFieldId(String fieldId)
The field ID for a table field.
|
TableFieldOption |
TableFieldOption.withURLStyling(TableFieldURLConfiguration uRLStyling)
The URL configuration for a table field.
|
TableFieldOption |
TableFieldOption.withVisibility(String visibility)
The visibility of a table field.
|
TableFieldOption |
TableFieldOption.withVisibility(Visibility visibility)
The visibility of a table field.
|
TableFieldOption |
TableFieldOption.withWidth(String width)
The width for a table field.
|
Modifier and Type | Method and Description |
---|---|
List<TableFieldOption> |
TableFieldOptions.getSelectedFieldOptions()
The field options to be configured to a table.
|
Modifier and Type | Method and Description |
---|---|
TableFieldOptions |
TableFieldOptions.withSelectedFieldOptions(TableFieldOption... selectedFieldOptions)
The field options to be configured to a table.
|
Modifier and Type | Method and Description |
---|---|
void |
TableFieldOptions.setSelectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The field options to be configured to a table.
|
TableFieldOptions |
TableFieldOptions.withSelectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The field options to be configured to a table.
|
Copyright © 2023. All rights reserved.