Class TableCellStyle
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TableCellStyle
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableCellStyle.Builder,TableCellStyle>
@Generated("software.amazon.awssdk:codegen") public final class TableCellStyle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableCellStyle.Builder,TableCellStyle>
The table cell style for a cell in pivot table or table visual.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableCellStyle.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbackgroundColor()The background color for the table cells.GlobalTableBorderOptionsborder()The borders for the table cells.static TableCellStyle.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FontConfigurationfontConfiguration()The font configuration of the table cells.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerheight()The height color for the table cells.HorizontalTextAlignmenthorizontalTextAlignment()The horizontal text alignment (left, center, right, auto) for the table cells.StringhorizontalTextAlignmentAsString()The horizontal text alignment (left, center, right, auto) for the table cells.List<SdkField<?>>sdkFields()static Class<? extends TableCellStyle.Builder>serializableBuilderClass()TextWraptextWrap()The text wrap (none, wrap) for the table cells.StringtextWrapAsString()The text wrap (none, wrap) for the table cells.TableCellStyle.BuildertoBuilder()StringtoString()Returns a string representation of this object.VerticalTextAlignmentverticalTextAlignment()The vertical text alignment (top, middle, bottom) for the table cells.StringverticalTextAlignmentAsString()The vertical text alignment (top, middle, bottom) for the table cells.Visibilityvisibility()The visibility of the table cells.StringvisibilityAsString()The visibility of the table cells.-
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
-
visibility
public final Visibility visibility()
The visibility of the table cells.
If the service returns an enum value that is not available in the current SDK version,
visibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvisibilityAsString().- Returns:
- The visibility of the table cells.
- See Also:
Visibility
-
visibilityAsString
public final String visibilityAsString()
The visibility of the table cells.
If the service returns an enum value that is not available in the current SDK version,
visibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvisibilityAsString().- Returns:
- The visibility of the table cells.
- See Also:
Visibility
-
fontConfiguration
public final FontConfiguration fontConfiguration()
The font configuration of the table cells.
- Returns:
- The font configuration of the table cells.
-
textWrap
public final TextWrap textWrap()
The text wrap (none, wrap) for the table cells.
If the service returns an enum value that is not available in the current SDK version,
textWrapwill returnTextWrap.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtextWrapAsString().- Returns:
- The text wrap (none, wrap) for the table cells.
- See Also:
TextWrap
-
textWrapAsString
public final String textWrapAsString()
The text wrap (none, wrap) for the table cells.
If the service returns an enum value that is not available in the current SDK version,
textWrapwill returnTextWrap.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtextWrapAsString().- Returns:
- The text wrap (none, wrap) for the table cells.
- See Also:
TextWrap
-
horizontalTextAlignment
public final HorizontalTextAlignment horizontalTextAlignment()
The horizontal text alignment (left, center, right, auto) for the table cells.
If the service returns an enum value that is not available in the current SDK version,
horizontalTextAlignmentwill returnHorizontalTextAlignment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhorizontalTextAlignmentAsString().- Returns:
- The horizontal text alignment (left, center, right, auto) for the table cells.
- See Also:
HorizontalTextAlignment
-
horizontalTextAlignmentAsString
public final String horizontalTextAlignmentAsString()
The horizontal text alignment (left, center, right, auto) for the table cells.
If the service returns an enum value that is not available in the current SDK version,
horizontalTextAlignmentwill returnHorizontalTextAlignment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhorizontalTextAlignmentAsString().- Returns:
- The horizontal text alignment (left, center, right, auto) for the table cells.
- See Also:
HorizontalTextAlignment
-
verticalTextAlignment
public final VerticalTextAlignment verticalTextAlignment()
The vertical text alignment (top, middle, bottom) for the table cells.
If the service returns an enum value that is not available in the current SDK version,
verticalTextAlignmentwill returnVerticalTextAlignment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromverticalTextAlignmentAsString().- Returns:
- The vertical text alignment (top, middle, bottom) for the table cells.
- See Also:
VerticalTextAlignment
-
verticalTextAlignmentAsString
public final String verticalTextAlignmentAsString()
The vertical text alignment (top, middle, bottom) for the table cells.
If the service returns an enum value that is not available in the current SDK version,
verticalTextAlignmentwill returnVerticalTextAlignment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromverticalTextAlignmentAsString().- Returns:
- The vertical text alignment (top, middle, bottom) for the table cells.
- See Also:
VerticalTextAlignment
-
backgroundColor
public final String backgroundColor()
The background color for the table cells.
- Returns:
- The background color for the table cells.
-
height
public final Integer height()
The height color for the table cells.
- Returns:
- The height color for the table cells.
-
border
public final GlobalTableBorderOptions border()
The borders for the table cells.
- Returns:
- The borders for the table cells.
-
toBuilder
public TableCellStyle.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableCellStyle.Builder,TableCellStyle>
-
builder
public static TableCellStyle.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableCellStyle.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.
-
-