Class GetBucketMetadataTableConfigurationResult
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GetBucketMetadataTableConfigurationResult.Builder,GetBucketMetadataTableConfigurationResult>
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final ErrorDetailserror()If theCreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()The V1 S3 Metadata configuration for a general purpose bucket.static Class<? extends GetBucketMetadataTableConfigurationResult.Builder>final Stringstatus()The status of the metadata table.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
metadataTableConfigurationResult
The V1 S3 Metadata configuration for a general purpose bucket.
- Returns:
- The V1 S3 Metadata configuration for a general purpose bucket.
-
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. SeeErrorDetailsfor 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. SeeErrorDetailsfor details.
-
-
-
error
If the
CreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.- Returns:
- If the
CreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetBucketMetadataTableConfigurationResult.Builder,GetBucketMetadataTableConfigurationResult>
-
builder
-
serializableBuilderClass
public static Class<? extends GetBucketMetadataTableConfigurationResult.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-