Class StorageLensDataExport
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.StorageLensDataExport
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StorageLensDataExport.Builder,StorageLensDataExport>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStorageLensDataExport.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StorageLensDataExport.Builderbuilder()CloudWatchMetricscloudWatchMetrics()A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3BucketDestinations3BucketDestination()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3BucketDestination
public 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.
- Returns:
- 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.
-
cloudWatchMetrics
public final CloudWatchMetrics cloudWatchMetrics()
A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.
- Returns:
- A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.
-
toBuilder
public StorageLensDataExport.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StorageLensDataExport.Builder,StorageLensDataExport>
-
builder
public static StorageLensDataExport.Builder builder()
-
serializableBuilderClass
public static Class<? extends StorageLensDataExport.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-