Uses of Interface
software.amazon.awssdk.services.quicksight.model.SnapshotFile.Builder
-
Packages that use SnapshotFile.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotFile.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SnapshotFile.Builder Modifier and Type Method Description static SnapshotFile.BuilderSnapshotFile. builder()SnapshotFile.BuilderSnapshotFile.Builder. formatType(String formatType)The format of the snapshot file to be generated.SnapshotFile.BuilderSnapshotFile.Builder. formatType(SnapshotFileFormatType formatType)The format of the snapshot file to be generated.SnapshotFile.BuilderSnapshotFile.Builder. sheetSelections(Collection<SnapshotFileSheetSelection> sheetSelections)A list ofSnapshotFileSheetSelectionobjects that contain information on the dashboard sheet that is exported.SnapshotFile.BuilderSnapshotFile.Builder. sheetSelections(Consumer<SnapshotFileSheetSelection.Builder>... sheetSelections)A list ofSnapshotFileSheetSelectionobjects that contain information on the dashboard sheet that is exported.SnapshotFile.BuilderSnapshotFile.Builder. sheetSelections(SnapshotFileSheetSelection... sheetSelections)A list ofSnapshotFileSheetSelectionobjects that contain information on the dashboard sheet that is exported.SnapshotFile.BuilderSnapshotFile. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotFile.Builder Modifier and Type Method Description static Class<? extends SnapshotFile.Builder>SnapshotFile. serializableBuilderClass()
-