Class TableBorderOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TableBorderOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableBorderOptions.Builder,TableBorderOptions>
@Generated("software.amazon.awssdk:codegen") public final class TableBorderOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableBorderOptions.Builder,TableBorderOptions>
The border options for a table border.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableBorderOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableBorderOptions.Builderbuilder()Stringcolor()The color of a table border.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TableBorderOptions.Builder>serializableBuilderClass()TableBorderStylestyle()The style (none, solid) of a table border.StringstyleAsString()The style (none, solid) of a table border.Integerthickness()The thickness of a table border.TableBorderOptions.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
-
color
public final String color()
The color of a table border.
- Returns:
- The color of a table border.
-
thickness
public final Integer thickness()
The thickness of a table border.
- Returns:
- The thickness of a table border.
-
style
public final TableBorderStyle style()
The style (none, solid) of a table border.
If the service returns an enum value that is not available in the current SDK version,
stylewill returnTableBorderStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstyleAsString().- Returns:
- The style (none, solid) of a table border.
- See Also:
TableBorderStyle
-
styleAsString
public final String styleAsString()
The style (none, solid) of a table border.
If the service returns an enum value that is not available in the current SDK version,
stylewill returnTableBorderStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstyleAsString().- Returns:
- The style (none, solid) of a table border.
- See Also:
TableBorderStyle
-
toBuilder
public TableBorderOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableBorderOptions.Builder,TableBorderOptions>
-
builder
public static TableBorderOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableBorderOptions.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.
-
-