Class TablePaginatedReportOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TablePaginatedReportOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TablePaginatedReportOptions.Builder,TablePaginatedReportOptions>
@Generated("software.amazon.awssdk:codegen") public final class TablePaginatedReportOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TablePaginatedReportOptions.Builder,TablePaginatedReportOptions>
The paginated report options for a table visual.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTablePaginatedReportOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TablePaginatedReportOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()VisibilityoverflowColumnHeaderVisibility()The visibility of repeating header rows on each page.StringoverflowColumnHeaderVisibilityAsString()The visibility of repeating header rows on each page.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TablePaginatedReportOptions.Builder>serializableBuilderClass()TablePaginatedReportOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.VisibilityverticalOverflowVisibility()The visibility of printing table overflow across pages.StringverticalOverflowVisibilityAsString()The visibility of printing table overflow across pages.-
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
-
verticalOverflowVisibility
public final Visibility verticalOverflowVisibility()
The visibility of printing table overflow across pages.
If the service returns an enum value that is not available in the current SDK version,
verticalOverflowVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromverticalOverflowVisibilityAsString().- Returns:
- The visibility of printing table overflow across pages.
- See Also:
Visibility
-
verticalOverflowVisibilityAsString
public final String verticalOverflowVisibilityAsString()
The visibility of printing table overflow across pages.
If the service returns an enum value that is not available in the current SDK version,
verticalOverflowVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromverticalOverflowVisibilityAsString().- Returns:
- The visibility of printing table overflow across pages.
- See Also:
Visibility
-
overflowColumnHeaderVisibility
public final Visibility overflowColumnHeaderVisibility()
The visibility of repeating header rows on each page.
If the service returns an enum value that is not available in the current SDK version,
overflowColumnHeaderVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoverflowColumnHeaderVisibilityAsString().- Returns:
- The visibility of repeating header rows on each page.
- See Also:
Visibility
-
overflowColumnHeaderVisibilityAsString
public final String overflowColumnHeaderVisibilityAsString()
The visibility of repeating header rows on each page.
If the service returns an enum value that is not available in the current SDK version,
overflowColumnHeaderVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoverflowColumnHeaderVisibilityAsString().- Returns:
- The visibility of repeating header rows on each page.
- See Also:
Visibility
-
toBuilder
public TablePaginatedReportOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TablePaginatedReportOptions.Builder,TablePaginatedReportOptions>
-
builder
public static TablePaginatedReportOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends TablePaginatedReportOptions.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
-
-