Class MetadataTableConfiguration

java.lang.Object
software.amazon.awssdk.services.s3.model.MetadataTableConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<MetadataTableConfiguration.Builder,MetadataTableConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class MetadataTableConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetadataTableConfiguration.Builder,MetadataTableConfiguration>

The V1 S3 Metadata configuration for a general purpose bucket.

If you created your S3 Metadata configuration before July 15, 2025, we recommend that you delete and re-create your configuration by using CreateBucketMetadataConfiguration so that you can expire journal table records and create a live inventory table.

See Also:
  • Method Details

    • s3TablesDestination

      public final S3TablesDestination s3TablesDestination()

      The destination information for the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata table name must be unique within the aws_s3_metadata namespace in the destination table bucket.

      Returns:
      The destination information for the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata table name must be unique within the aws_s3_metadata namespace in the destination table bucket.
    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<MetadataTableConfiguration.Builder,MetadataTableConfiguration>
    • builder

      public static MetadataTableConfiguration.Builder builder()
    • serializableBuilderClass

      public static Class<? extends MetadataTableConfiguration.Builder> serializableBuilderClass()
    • hashCode

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

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo