public static interface StorageLensDataExport.Builder extends SdkPojo, CopyableBuilder<StorageLensDataExport.Builder,StorageLensDataExport>
| Modifier and Type | Method and Description |
|---|---|
StorageLensDataExport.Builder |
cloudWatchMetrics(CloudWatchMetrics cloudWatchMetrics)
A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.
|
default StorageLensDataExport.Builder |
cloudWatchMetrics(Consumer<CloudWatchMetrics.Builder> cloudWatchMetrics)
A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.
|
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)StorageLensDataExport.Builder cloudWatchMetrics(CloudWatchMetrics cloudWatchMetrics)
A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.
cloudWatchMetrics - A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.default StorageLensDataExport.Builder cloudWatchMetrics(Consumer<CloudWatchMetrics.Builder> cloudWatchMetrics)
A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.
This is a convenience method that creates an instance of theCloudWatchMetrics.Builder avoiding the
need to create one manually via CloudWatchMetrics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to cloudWatchMetrics(CloudWatchMetrics).
cloudWatchMetrics - a consumer that will call methods on CloudWatchMetrics.BuildercloudWatchMetrics(CloudWatchMetrics)Copyright © 2022. All rights reserved.