Uses of Interface
software.amazon.awssdk.services.s3control.model.StorageLensDataExport.Builder
-
Packages that use StorageLensDataExport.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of StorageLensDataExport.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return StorageLensDataExport.Builder Modifier and Type Method Description static StorageLensDataExport.BuilderStorageLensDataExport. builder()default StorageLensDataExport.BuilderStorageLensDataExport.Builder. cloudWatchMetrics(Consumer<CloudWatchMetrics.Builder> cloudWatchMetrics)A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.StorageLensDataExport.BuilderStorageLensDataExport.Builder. cloudWatchMetrics(CloudWatchMetrics cloudWatchMetrics)A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.default StorageLensDataExport.BuilderStorageLensDataExport.Builder. s3BucketDestination(Consumer<S3BucketDestination.Builder> s3BucketDestination)A container for the bucket where the S3 Storage Lens metrics export will be located.StorageLensDataExport.BuilderStorageLensDataExport.Builder. s3BucketDestination(S3BucketDestination s3BucketDestination)A container for the bucket where the S3 Storage Lens metrics export will be located.StorageLensDataExport.BuilderStorageLensDataExport. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type StorageLensDataExport.Builder Modifier and Type Method Description static Class<? extends StorageLensDataExport.Builder>StorageLensDataExport. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type StorageLensDataExport.Builder Modifier and Type Method Description default StorageLensConfiguration.BuilderStorageLensConfiguration.Builder. dataExport(Consumer<StorageLensDataExport.Builder> dataExport)A container to specify the properties of your S3 Storage Lens metrics export including, the destination, schema and format.
-