| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotFile.Builder |
SnapshotFile.builder() |
SnapshotFile.Builder |
SnapshotFile.Builder.formatType(SnapshotFileFormatType formatType)
The format of the snapshot file to be generated.
|
SnapshotFile.Builder |
SnapshotFile.Builder.formatType(String formatType)
The format of the snapshot file to be generated.
|
SnapshotFile.Builder |
SnapshotFile.Builder.sheetSelections(Collection<SnapshotFileSheetSelection> sheetSelections)
A list of
SnapshotFileSheetSelection objects that contain information on the dashboard sheet
that is exported. |
SnapshotFile.Builder |
SnapshotFile.Builder.sheetSelections(Consumer<SnapshotFileSheetSelection.Builder>... sheetSelections)
A list of
SnapshotFileSheetSelection objects that contain information on the dashboard sheet
that is exported. |
SnapshotFile.Builder |
SnapshotFile.Builder.sheetSelections(SnapshotFileSheetSelection... sheetSelections)
A list of
SnapshotFileSheetSelection objects that contain information on the dashboard sheet
that is exported. |
SnapshotFile.Builder |
SnapshotFile.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotFile.Builder> |
SnapshotFile.serializableBuilderClass() |
Copyright © 2023. All rights reserved.