@Generated(value="software.amazon.awssdk:codegen") public final class TableOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableOptions.Builder,TableOptions>
The table options for a table visual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableOptions.Builder |
builder() |
TableCellStyle |
cellStyle()
The table cell style of table cells.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TableCellStyle |
headerStyle()
The table cell style of a table header.
|
TableOrientation |
orientation()
The orientation (vertical, horizontal) for a table.
|
String |
orientationAsString()
The orientation (vertical, horizontal) for a table.
|
RowAlternateColorOptions |
rowAlternateColorOptions()
The row alternate color options (widget status, row alternate colors) for a table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableOptions.Builder> |
serializableBuilderClass() |
TableOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TableOrientation orientation()
The orientation (vertical, horizontal) for a table.
If the service returns an enum value that is not available in the current SDK version, orientation will
return TableOrientation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orientationAsString().
TableOrientationpublic final String orientationAsString()
The orientation (vertical, horizontal) for a table.
If the service returns an enum value that is not available in the current SDK version, orientation will
return TableOrientation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orientationAsString().
TableOrientationpublic final TableCellStyle headerStyle()
The table cell style of a table header.
public final TableCellStyle cellStyle()
The table cell style of table cells.
public final RowAlternateColorOptions rowAlternateColorOptions()
The row alternate color options (widget status, row alternate colors) for a table.
public TableOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableOptions.Builder,TableOptions>public static TableOptions.Builder builder()
public static Class<? extends TableOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.