@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.
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.
public S3BucketDestination getS3BucketDestination()
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 StorageLensDataExport withS3BucketDestination(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.
public String toString()
toString
in class Object
Object.toString()
public StorageLensDataExport clone()