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 interface
TableBorderOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableBorderOptions.Builder
builder()
String
color()
The color of a table border.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends TableBorderOptions.Builder>
serializableBuilderClass()
TableBorderStyle
style()
The style (none, solid) of a table border.String
styleAsString()
The style (none, solid) of a table border.Integer
thickness()
The thickness of a table border.TableBorderOptions.Builder
toBuilder()
String
toString()
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,
style
will 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,
style
will 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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-