Class StorageLensDataExport

    • 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)