| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
S3BucketConfiguration.Builder |
S3BucketConfiguration.Builder.bucketName(String bucketName)
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
|
S3BucketConfiguration.Builder |
S3BucketConfiguration.Builder.bucketPrefix(String bucketPrefix)
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
|
S3BucketConfiguration.Builder |
S3BucketConfiguration.Builder.bucketRegion(String bucketRegion)
The region that the Amazon S3 bucket is located in.
|
static S3BucketConfiguration.Builder |
S3BucketConfiguration.builder() |
S3BucketConfiguration.Builder |
S3BucketConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3BucketConfiguration.Builder> |
S3BucketConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SnapshotS3DestinationConfiguration.Builder |
SnapshotS3DestinationConfiguration.Builder.bucketConfiguration(Consumer<S3BucketConfiguration.Builder> bucketConfiguration)
A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved
in.
|
Copyright © 2023. All rights reserved.