Class MetadataTableConfigurationResult
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.MetadataTableConfigurationResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MetadataTableConfigurationResult.Builder,MetadataTableConfigurationResult>
@Generated("software.amazon.awssdk:codegen") public final class MetadataTableConfigurationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetadataTableConfigurationResult.Builder,MetadataTableConfigurationResult>
The V1 S3 Metadata configuration for a general purpose bucket. 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_metadatanamespace in the destination table 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMetadataTableConfigurationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MetadataTableConfigurationResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3TablesDestinationResults3TablesDestinationResult()The destination information for the metadata table configuration.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MetadataTableConfigurationResult.Builder>serializableBuilderClass()MetadataTableConfigurationResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3TablesDestinationResult
public final S3TablesDestinationResult s3TablesDestinationResult()
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_metadatanamespace 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_metadatanamespace in the destination table bucket.
-
toBuilder
public MetadataTableConfigurationResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MetadataTableConfigurationResult.Builder,MetadataTableConfigurationResult>
-
builder
public static MetadataTableConfigurationResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends MetadataTableConfigurationResult.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-