| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
S3BucketDestination |
S3BucketDestination.clone() |
S3BucketDestination |
StorageLensDataExport.getS3BucketDestination()
A container for the bucket where the S3 Storage Lens metrics export will be located.
|
S3BucketDestination |
S3BucketDestination.withAccountId(String accountId)
The account ID of the owner of the S3 Storage Lens metrics export bucket.
|
S3BucketDestination |
S3BucketDestination.withArn(String arn)
The Amazon Resource Name (ARN) of the bucket.
|
S3BucketDestination |
S3BucketDestination.withEncryption(StorageLensDataExportEncryption encryption)
The container for the type encryption of the metrics exports in this bucket.
|
S3BucketDestination |
S3BucketDestination.withFormat(Format format)
|
S3BucketDestination |
S3BucketDestination.withFormat(String format)
|
S3BucketDestination |
S3BucketDestination.withOutputSchemaVersion(OutputSchemaVersion outputSchemaVersion)
The schema version of the export file.
|
S3BucketDestination |
S3BucketDestination.withOutputSchemaVersion(String outputSchemaVersion)
The schema version of the export file.
|
S3BucketDestination |
S3BucketDestination.withPrefix(String prefix)
The prefix of the destination bucket where the metrics export will be delivered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageLensDataExport.setS3BucketDestination(S3BucketDestination s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
|
StorageLensDataExport |
StorageLensDataExport.withS3BucketDestination(S3BucketDestination s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
|
Copyright © 2022. All rights reserved.