Uses of Interface
software.amazon.awssdk.services.quicksight.model.S3BucketConfiguration.Builder
-
Packages that use S3BucketConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of S3BucketConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return S3BucketConfiguration.Builder Modifier and Type Method Description S3BucketConfiguration.BuilderS3BucketConfiguration.Builder. bucketName(String bucketName)The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.S3BucketConfiguration.BuilderS3BucketConfiguration.Builder. bucketPrefix(String bucketPrefix)The prefix of the Amazon S3 bucket that the generated snapshots are stored in.S3BucketConfiguration.BuilderS3BucketConfiguration.Builder. bucketRegion(String bucketRegion)The region that the Amazon S3 bucket is located in.static S3BucketConfiguration.BuilderS3BucketConfiguration. builder()S3BucketConfiguration.BuilderS3BucketConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type S3BucketConfiguration.Builder Modifier and Type Method Description static Class<? extends S3BucketConfiguration.Builder>S3BucketConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type S3BucketConfiguration.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.
-