Uses of Interface
software.amazon.awssdk.services.quicksight.model.SnapshotDestinationConfiguration.Builder
-
Packages that use SnapshotDestinationConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotDestinationConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SnapshotDestinationConfiguration.Builder Modifier and Type Method Description static SnapshotDestinationConfiguration.BuilderSnapshotDestinationConfiguration. builder()SnapshotDestinationConfiguration.BuilderSnapshotDestinationConfiguration.Builder. s3Destinations(Collection<SnapshotS3DestinationConfiguration> s3Destinations)A list ofSnapshotS3DestinationConfigurationobjects that contain Amazon S3 destination configurations.SnapshotDestinationConfiguration.BuilderSnapshotDestinationConfiguration.Builder. s3Destinations(Consumer<SnapshotS3DestinationConfiguration.Builder>... s3Destinations)A list ofSnapshotS3DestinationConfigurationobjects that contain Amazon S3 destination configurations.SnapshotDestinationConfiguration.BuilderSnapshotDestinationConfiguration.Builder. s3Destinations(SnapshotS3DestinationConfiguration... s3Destinations)A list ofSnapshotS3DestinationConfigurationobjects that contain Amazon S3 destination configurations.SnapshotDestinationConfiguration.BuilderSnapshotDestinationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotDestinationConfiguration.Builder Modifier and Type Method Description static Class<? extends SnapshotDestinationConfiguration.Builder>SnapshotDestinationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotDestinationConfiguration.Builder Modifier and Type Method Description default SnapshotConfiguration.BuilderSnapshotConfiguration.Builder. destinationConfiguration(Consumer<SnapshotDestinationConfiguration.Builder> destinationConfiguration)A structure that contains information on the Amazon S3 bucket that the generated snapshot is stored in.
-