Uses of Interface
software.amazon.awssdk.services.s3.model.AnalyticsExportDestination.Builder
Packages that use AnalyticsExportDestination.Builder
-
Uses of AnalyticsExportDestination.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnalyticsExportDestination.BuilderModifier and TypeMethodDescriptionAnalyticsExportDestination.builder()AnalyticsExportDestination.Builder.s3BucketDestination(Consumer<AnalyticsS3BucketDestination.Builder> s3BucketDestination) A destination signifying output to an S3 bucket.AnalyticsExportDestination.Builder.s3BucketDestination(AnalyticsS3BucketDestination s3BucketDestination) A destination signifying output to an S3 bucket.AnalyticsExportDestination.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type AnalyticsExportDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnalyticsExportDestination.Builder>AnalyticsExportDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type AnalyticsExportDestination.BuilderModifier and TypeMethodDescriptionStorageClassAnalysisDataExport.Builder.destination(Consumer<AnalyticsExportDestination.Builder> destination) The place to store the data for an analysis.