Class GetBucketMetadataTableConfigurationResult

    • Method Detail

      • metadataTableConfigurationResult

        public final MetadataTableConfigurationResult metadataTableConfigurationResult()

        The metadata table configuration for a general purpose bucket.

        Returns:
        The metadata table configuration for a general purpose bucket.
      • status

        public final String status()

        The status of the metadata table. The status values are:

        • CREATING - The metadata table is in the process of being created in the specified table bucket.

        • ACTIVE - The metadata table has been created successfully and records are being delivered to the table.

        • FAILED - Amazon S3 is unable to create the metadata table, or Amazon S3 is unable to deliver records. See ErrorDetails for details.

        Returns:
        The status of the metadata table. The status values are:

        • CREATING - The metadata table is in the process of being created in the specified table bucket.

        • ACTIVE - The metadata table has been created successfully and records are being delivered to the table.

        • FAILED - Amazon S3 is unable to create the metadata table, or Amazon S3 is unable to deliver records. See ErrorDetails for details.

      • error

        public final ErrorDetails error()

        If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.

        Returns:
        If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.
      • 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)