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