@Generated(value="software.amazon.awssdk:codegen") public final class StorageLensDataExport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StorageLensDataExport.Builder,StorageLensDataExport>
A container to specify the properties of your S3 Storage Lens metrics export, including the destination, schema, and format.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StorageLensDataExport.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StorageLensDataExport.Builder |
builder() |
CloudWatchMetrics |
cloudWatchMetrics()
A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3BucketDestination |
s3BucketDestination()
A container for the bucket where the S3 Storage Lens metrics export will be located.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StorageLensDataExport.Builder> |
serializableBuilderClass() |
StorageLensDataExport.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
This bucket must be located in the same Region as the storage lens configuration.
public final CloudWatchMetrics cloudWatchMetrics()
A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.
public StorageLensDataExport.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StorageLensDataExport.Builder,StorageLensDataExport>public static StorageLensDataExport.Builder builder()
public static Class<? extends StorageLensDataExport.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.