@Generated(value="software.amazon.awssdk:codegen") public final class PivotTableOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PivotTableOptions.Builder,PivotTableOptions>
The table options for a pivot table visual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PivotTableOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PivotTableOptions.Builder |
builder() |
TableCellStyle |
cellStyle()
The table cell style of cells.
|
Visibility |
collapsedRowDimensionsVisibility()
The visibility setting of a pivot table's collapsed row dimension fields.
|
String |
collapsedRowDimensionsVisibilityAsString()
The visibility setting of a pivot table's collapsed row dimension fields.
|
TableCellStyle |
columnHeaderStyle()
The table cell style of the column header.
|
Visibility |
columnNamesVisibility()
The visibility of the column names.
|
String |
columnNamesVisibilityAsString()
The visibility of the column names.
|
String |
defaultCellWidth()
The default cell width of the pivot table.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PivotTableMetricPlacement |
metricPlacement()
The metric placement (row, column) options.
|
String |
metricPlacementAsString()
The metric placement (row, column) options.
|
RowAlternateColorOptions |
rowAlternateColorOptions()
The row alternate color options (widget status, row alternate colors).
|
TableCellStyle |
rowFieldNamesStyle()
The table cell style of row field names.
|
TableCellStyle |
rowHeaderStyle()
The table cell style of the row headers.
|
PivotTableRowsLabelOptions |
rowsLabelOptions()
The options for the label that is located above the row headers.
|
PivotTableRowsLayout |
rowsLayout()
The layout for the row dimension headers of a pivot table.
|
String |
rowsLayoutAsString()
The layout for the row dimension headers of a pivot table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PivotTableOptions.Builder> |
serializableBuilderClass() |
Visibility |
singleMetricVisibility()
The visibility of the single metric options.
|
String |
singleMetricVisibilityAsString()
The visibility of the single metric options.
|
PivotTableOptions.Builder |
toBuilder() |
Visibility |
toggleButtonsVisibility()
Determines the visibility of the pivot table.
|
String |
toggleButtonsVisibilityAsString()
Determines the visibility of the pivot table.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PivotTableMetricPlacement metricPlacement()
The metric placement (row, column) options.
If the service returns an enum value that is not available in the current SDK version, metricPlacement
will return PivotTableMetricPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from metricPlacementAsString().
PivotTableMetricPlacementpublic final String metricPlacementAsString()
The metric placement (row, column) options.
If the service returns an enum value that is not available in the current SDK version, metricPlacement
will return PivotTableMetricPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from metricPlacementAsString().
PivotTableMetricPlacementpublic final Visibility singleMetricVisibility()
The visibility of the single metric options.
If the service returns an enum value that is not available in the current SDK version,
singleMetricVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from singleMetricVisibilityAsString().
Visibilitypublic final String singleMetricVisibilityAsString()
The visibility of the single metric options.
If the service returns an enum value that is not available in the current SDK version,
singleMetricVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from singleMetricVisibilityAsString().
Visibilitypublic final Visibility columnNamesVisibility()
The visibility of the column names.
If the service returns an enum value that is not available in the current SDK version,
columnNamesVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from columnNamesVisibilityAsString().
Visibilitypublic final String columnNamesVisibilityAsString()
The visibility of the column names.
If the service returns an enum value that is not available in the current SDK version,
columnNamesVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from columnNamesVisibilityAsString().
Visibilitypublic final Visibility toggleButtonsVisibility()
Determines the visibility of the pivot table.
If the service returns an enum value that is not available in the current SDK version,
toggleButtonsVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from toggleButtonsVisibilityAsString().
Visibilitypublic final String toggleButtonsVisibilityAsString()
Determines the visibility of the pivot table.
If the service returns an enum value that is not available in the current SDK version,
toggleButtonsVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from toggleButtonsVisibilityAsString().
Visibilitypublic final TableCellStyle columnHeaderStyle()
The table cell style of the column header.
public final TableCellStyle rowHeaderStyle()
The table cell style of the row headers.
public final TableCellStyle cellStyle()
The table cell style of cells.
public final TableCellStyle rowFieldNamesStyle()
The table cell style of row field names.
public final RowAlternateColorOptions rowAlternateColorOptions()
The row alternate color options (widget status, row alternate colors).
public final Visibility collapsedRowDimensionsVisibility()
The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is
HIDDEN, all collapsed columns in a pivot table are automatically hidden. The default value is
VISIBLE.
If the service returns an enum value that is not available in the current SDK version,
collapsedRowDimensionsVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from collapsedRowDimensionsVisibilityAsString().
HIDDEN, all collapsed columns in a pivot table are automatically hidden. The default
value is VISIBLE.Visibilitypublic final String collapsedRowDimensionsVisibilityAsString()
The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is
HIDDEN, all collapsed columns in a pivot table are automatically hidden. The default value is
VISIBLE.
If the service returns an enum value that is not available in the current SDK version,
collapsedRowDimensionsVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from collapsedRowDimensionsVisibilityAsString().
HIDDEN, all collapsed columns in a pivot table are automatically hidden. The default
value is VISIBLE.Visibilitypublic final PivotTableRowsLayout rowsLayout()
The layout for the row dimension headers of a pivot table. Choose one of the following options.
TABULAR: (Default) Each row field is displayed in a separate column.
HIERARCHY: All row fields are displayed in a single column. Indentation is used to differentiate row
headers of different fields.
If the service returns an enum value that is not available in the current SDK version, rowsLayout will
return PivotTableRowsLayout.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from rowsLayoutAsString().
TABULAR: (Default) Each row field is displayed in a separate column.
HIERARCHY: All row fields are displayed in a single column. Indentation is used to
differentiate row headers of different fields.
PivotTableRowsLayoutpublic final String rowsLayoutAsString()
The layout for the row dimension headers of a pivot table. Choose one of the following options.
TABULAR: (Default) Each row field is displayed in a separate column.
HIERARCHY: All row fields are displayed in a single column. Indentation is used to differentiate row
headers of different fields.
If the service returns an enum value that is not available in the current SDK version, rowsLayout will
return PivotTableRowsLayout.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from rowsLayoutAsString().
TABULAR: (Default) Each row field is displayed in a separate column.
HIERARCHY: All row fields are displayed in a single column. Indentation is used to
differentiate row headers of different fields.
PivotTableRowsLayoutpublic final PivotTableRowsLabelOptions rowsLabelOptions()
The options for the label that is located above the row headers. This option is only applicable when
RowsLayout is set to HIERARCHY.
RowsLayout is set to HIERARCHY.public final String defaultCellWidth()
The default cell width of the pivot table.
public PivotTableOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PivotTableOptions.Builder,PivotTableOptions>public static PivotTableOptions.Builder builder()
public static Class<? extends PivotTableOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.