Class TableOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TableOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableOptions.Builder,TableOptions>
@Generated("software.amazon.awssdk:codegen") public final class TableOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableOptions.Builder,TableOptions>
The table options for a table visual.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableOptions.Builderbuilder()TableCellStylecellStyle()The table cell style of table cells.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TableCellStyleheaderStyle()The table cell style of a table header.TableOrientationorientation()The orientation (vertical, horizontal) for a table.StringorientationAsString()The orientation (vertical, horizontal) for a table.RowAlternateColorOptionsrowAlternateColorOptions()The row alternate color options (widget status, row alternate colors) for a table.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TableOptions.Builder>serializableBuilderClass()TableOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
orientation
public 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,
orientationwill returnTableOrientation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorientationAsString().- Returns:
- The orientation (vertical, horizontal) for a table.
- See Also:
TableOrientation
-
orientationAsString
public 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,
orientationwill returnTableOrientation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorientationAsString().- Returns:
- The orientation (vertical, horizontal) for a table.
- See Also:
TableOrientation
-
headerStyle
public final TableCellStyle headerStyle()
The table cell style of a table header.
- Returns:
- The table cell style of a table header.
-
cellStyle
public final TableCellStyle cellStyle()
The table cell style of table cells.
- Returns:
- The table cell style of table cells.
-
rowAlternateColorOptions
public final RowAlternateColorOptions rowAlternateColorOptions()
The row alternate color options (widget status, row alternate colors) for a table.
- Returns:
- The row alternate color options (widget status, row alternate colors) for a table.
-
toBuilder
public TableOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableOptions.Builder,TableOptions>
-
builder
public static TableOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-