Uses of Interface
software.amazon.awssdk.services.quicksight.model.SnapshotFileGroup.Builder
-
Packages that use SnapshotFileGroup.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotFileGroup.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SnapshotFileGroup.Builder Modifier and Type Method Description static SnapshotFileGroup.BuilderSnapshotFileGroup. builder()SnapshotFileGroup.BuilderSnapshotFileGroup.Builder. files(Collection<SnapshotFile> files)A list ofSnapshotFileobjects that contain the information on the snapshot files that need to be generated.SnapshotFileGroup.BuilderSnapshotFileGroup.Builder. files(Consumer<SnapshotFile.Builder>... files)A list ofSnapshotFileobjects that contain the information on the snapshot files that need to be generated.SnapshotFileGroup.BuilderSnapshotFileGroup.Builder. files(SnapshotFile... files)A list ofSnapshotFileobjects that contain the information on the snapshot files that need to be generated.SnapshotFileGroup.BuilderSnapshotFileGroup. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotFileGroup.Builder Modifier and Type Method Description static Class<? extends SnapshotFileGroup.Builder>SnapshotFileGroup. serializableBuilderClass()
-