Uses of Interface
software.amazon.awssdk.services.s3.model.AnalyticsS3BucketDestination.Builder
Packages that use AnalyticsS3BucketDestination.Builder
-
Uses of AnalyticsS3BucketDestination.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnalyticsS3BucketDestination.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the bucket to which data is exported.AnalyticsS3BucketDestination.Builder.bucketAccountId(String bucketAccountId) The account ID that owns the destination S3 bucket.AnalyticsS3BucketDestination.builder()Specifies the file format used when exporting data to Amazon S3.AnalyticsS3BucketDestination.Builder.format(AnalyticsS3ExportFileFormat format) Specifies the file format used when exporting data to Amazon S3.The prefix to use when exporting data.AnalyticsS3BucketDestination.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type AnalyticsS3BucketDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnalyticsS3BucketDestination.Builder>AnalyticsS3BucketDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type AnalyticsS3BucketDestination.BuilderModifier and TypeMethodDescriptionAnalyticsExportDestination.Builder.s3BucketDestination(Consumer<AnalyticsS3BucketDestination.Builder> s3BucketDestination) A destination signifying output to an S3 bucket.