| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
S3BucketDestination.Builder |
S3BucketDestination.Builder.accountId(String accountId)
The account ID of the owner of the S3 Storage Lens metrics export bucket.
|
S3BucketDestination.Builder |
S3BucketDestination.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the bucket.
|
static S3BucketDestination.Builder |
S3BucketDestination.builder() |
default S3BucketDestination.Builder |
S3BucketDestination.Builder.encryption(Consumer<StorageLensDataExportEncryption.Builder> encryption)
The container for the type encryption of the metrics exports in this bucket.
|
S3BucketDestination.Builder |
S3BucketDestination.Builder.encryption(StorageLensDataExportEncryption encryption)
The container for the type encryption of the metrics exports in this bucket.
|
S3BucketDestination.Builder |
S3BucketDestination.Builder.format(Format format)
|
S3BucketDestination.Builder |
S3BucketDestination.Builder.format(String format)
|
S3BucketDestination.Builder |
S3BucketDestination.Builder.outputSchemaVersion(OutputSchemaVersion outputSchemaVersion)
The schema version of the export file.
|
S3BucketDestination.Builder |
S3BucketDestination.Builder.outputSchemaVersion(String outputSchemaVersion)
The schema version of the export file.
|
S3BucketDestination.Builder |
S3BucketDestination.Builder.prefix(String prefix)
The prefix of the destination bucket where the metrics export will be delivered.
|
S3BucketDestination.Builder |
S3BucketDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3BucketDestination.Builder> |
S3BucketDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.