| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static StorageLensDataExport.Builder |
StorageLensDataExport.builder() |
default StorageLensDataExport.Builder |
StorageLensDataExport.Builder.s3BucketDestination(Consumer<S3BucketDestination.Builder> s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
|
StorageLensDataExport.Builder |
StorageLensDataExport.Builder.s3BucketDestination(S3BucketDestination s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
|
StorageLensDataExport.Builder |
StorageLensDataExport.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StorageLensDataExport.Builder> |
StorageLensDataExport.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StorageLensConfiguration.Builder |
StorageLensConfiguration.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.
|
Copyright © 2021. All rights reserved.