Uses of Interface
software.amazon.awssdk.services.quicksight.model.SnapshotS3DestinationConfiguration.Builder
-
Packages that use SnapshotS3DestinationConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotS3DestinationConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SnapshotS3DestinationConfiguration.Builder Modifier and Type Method Description default SnapshotS3DestinationConfiguration.BuilderSnapshotS3DestinationConfiguration.Builder. bucketConfiguration(Consumer<S3BucketConfiguration.Builder> bucketConfiguration)A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved in.SnapshotS3DestinationConfiguration.BuilderSnapshotS3DestinationConfiguration.Builder. bucketConfiguration(S3BucketConfiguration bucketConfiguration)A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved in.static SnapshotS3DestinationConfiguration.BuilderSnapshotS3DestinationConfiguration. builder()SnapshotS3DestinationConfiguration.BuilderSnapshotS3DestinationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotS3DestinationConfiguration.Builder Modifier and Type Method Description static Class<? extends SnapshotS3DestinationConfiguration.Builder>SnapshotS3DestinationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotS3DestinationConfiguration.Builder Modifier and Type Method Description default SnapshotJobS3Result.BuilderSnapshotJobS3Result.Builder. s3DestinationConfiguration(Consumer<SnapshotS3DestinationConfiguration.Builder> s3DestinationConfiguration)A list of Amazon S3 bucket configurations that are provided when you make aStartDashboardSnapshotJobAPI call.
-