public static interface StorageLensDataExport.Builder extends SdkPojo, CopyableBuilder<StorageLensDataExport.Builder,StorageLensDataExport>
| Modifier and Type | Method and Description |
|---|---|
default StorageLensDataExport.Builder |
s3BucketDestination(Consumer<S3BucketDestination.Builder> s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
|
StorageLensDataExport.Builder |
s3BucketDestination(S3BucketDestination s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStorageLensDataExport.Builder s3BucketDestination(S3BucketDestination s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
This bucket must be located in the same Region as the storage lens configuration.
s3BucketDestination - A container for the bucket where the S3 Storage Lens metrics export will be located. This bucket must be located in the same Region as the storage lens configuration.
default StorageLensDataExport.Builder s3BucketDestination(Consumer<S3BucketDestination.Builder> s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
This bucket must be located in the same Region as the storage lens configuration.
S3BucketDestination.Builder avoiding
the need to create one manually via S3BucketDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3BucketDestination(S3BucketDestination).s3BucketDestination - a consumer that will call methods on S3BucketDestination.Builders3BucketDestination(S3BucketDestination)Copyright © 2021. All rights reserved.