@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageLensDataExport extends Object implements Serializable, Cloneable
A container to specify the properties of your S3 Storage Lens metrics export, including the destination, schema, and format.
| Constructor and Description |
|---|
StorageLensDataExport() |
| Modifier and Type | Method and Description |
|---|---|
StorageLensDataExport |
clone() |
boolean |
equals(Object obj) |
S3BucketDestination |
getS3BucketDestination()
A container for the bucket where the S3 Storage Lens metrics export will be located.
|
int |
hashCode() |
void |
setS3BucketDestination(S3BucketDestination s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
|
String |
toString()
Returns a string representation of this object.
|
StorageLensDataExport |
withS3BucketDestination(S3BucketDestination s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
|
public void setS3BucketDestination(S3BucketDestination s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
s3BucketDestination - A container for the bucket where the S3 Storage Lens metrics export will be located.public S3BucketDestination getS3BucketDestination()
A container for the bucket where the S3 Storage Lens metrics export will be located.
public StorageLensDataExport withS3BucketDestination(S3BucketDestination s3BucketDestination)
A container for the bucket where the S3 Storage Lens metrics export will be located.
s3BucketDestination - A container for the bucket where the S3 Storage Lens metrics export will be located.public String toString()
toString in class ObjectObject.toString()public StorageLensDataExport clone()