Class PivotTablePaginatedReportOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.PivotTablePaginatedReportOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PivotTablePaginatedReportOptions.Builder,PivotTablePaginatedReportOptions>
@Generated("software.amazon.awssdk:codegen") public final class PivotTablePaginatedReportOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PivotTablePaginatedReportOptions.Builder,PivotTablePaginatedReportOptions>
The paginated report options for a pivot table visual.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePivotTablePaginatedReportOptions.Builder
-
Method Summary
-
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 the 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 the printing table overflow across pages.
- See Also:
Visibility
-
verticalOverflowVisibilityAsString
public final String verticalOverflowVisibilityAsString()
The visibility of the 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 the printing table overflow across pages.
- See Also:
Visibility
-
overflowColumnHeaderVisibility
public final Visibility overflowColumnHeaderVisibility()
The visibility of the 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 the repeating header rows on each page.
- See Also:
Visibility
-
overflowColumnHeaderVisibilityAsString
public final String overflowColumnHeaderVisibilityAsString()
The visibility of the 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 the repeating header rows on each page.
- See Also:
Visibility
-
toBuilder
public PivotTablePaginatedReportOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PivotTablePaginatedReportOptions.Builder,PivotTablePaginatedReportOptions>
-
builder
public static PivotTablePaginatedReportOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends PivotTablePaginatedReportOptions.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
-
-