Class TableSideBorderOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TableSideBorderOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableSideBorderOptions.Builder,TableSideBorderOptions>
@Generated("software.amazon.awssdk:codegen") public final class TableSideBorderOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableSideBorderOptions.Builder,TableSideBorderOptions>
The side border options for a table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableSideBorderOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TableBorderOptionsbottom()The table border options of the bottom border.static TableSideBorderOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TableBorderOptionsinnerHorizontal()The table border options of the inner horizontal border.TableBorderOptionsinnerVertical()The table border options of the inner vertical border.TableBorderOptionsleft()The table border options of the left border.TableBorderOptionsright()The table border options of the right border.List<SdkField<?>>sdkFields()static Class<? extends TableSideBorderOptions.Builder>serializableBuilderClass()TableSideBorderOptions.BuildertoBuilder()TableBorderOptionstop()The table border options of the top border.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
-
innerVertical
public final TableBorderOptions innerVertical()
The table border options of the inner vertical border.
- Returns:
- The table border options of the inner vertical border.
-
innerHorizontal
public final TableBorderOptions innerHorizontal()
The table border options of the inner horizontal border.
- Returns:
- The table border options of the inner horizontal border.
-
left
public final TableBorderOptions left()
The table border options of the left border.
- Returns:
- The table border options of the left border.
-
right
public final TableBorderOptions right()
The table border options of the right border.
- Returns:
- The table border options of the right border.
-
top
public final TableBorderOptions top()
The table border options of the top border.
- Returns:
- The table border options of the top border.
-
bottom
public final TableBorderOptions bottom()
The table border options of the bottom border.
- Returns:
- The table border options of the bottom border.
-
toBuilder
public TableSideBorderOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableSideBorderOptions.Builder,TableSideBorderOptions>
-
builder
public static TableSideBorderOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableSideBorderOptions.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.
-
-