@Mutable @NotThreadSafe public static interface GetBucketMetadataTableConfigurationResult.Builder extends SdkPojo, CopyableBuilder<GetBucketMetadataTableConfigurationResult.Builder,GetBucketMetadataTableConfigurationResult>
| Modifier and Type | Method and Description |
|---|---|
default GetBucketMetadataTableConfigurationResult.Builder |
error(Consumer<ErrorDetails.Builder> error)
If the
CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to
create the table, this structure contains the error code and error message. |
GetBucketMetadataTableConfigurationResult.Builder |
error(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. |
default GetBucketMetadataTableConfigurationResult.Builder |
metadataTableConfigurationResult(Consumer<MetadataTableConfigurationResult.Builder> metadataTableConfigurationResult)
The metadata table configuration for a general purpose bucket.
|
GetBucketMetadataTableConfigurationResult.Builder |
metadataTableConfigurationResult(MetadataTableConfigurationResult metadataTableConfigurationResult)
The metadata table configuration for a general purpose bucket.
|
GetBucketMetadataTableConfigurationResult.Builder |
status(String status)
The status of the metadata table.
|
equalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildGetBucketMetadataTableConfigurationResult.Builder metadataTableConfigurationResult(MetadataTableConfigurationResult metadataTableConfigurationResult)
The metadata table configuration for a general purpose bucket.
metadataTableConfigurationResult - The metadata table configuration for a general purpose bucket.default GetBucketMetadataTableConfigurationResult.Builder metadataTableConfigurationResult(Consumer<MetadataTableConfigurationResult.Builder> metadataTableConfigurationResult)
The metadata table configuration for a general purpose bucket.
This is a convenience method that creates an instance of theMetadataTableConfigurationResult.Builder
avoiding the need to create one manually via MetadataTableConfigurationResult.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
metadataTableConfigurationResult(MetadataTableConfigurationResult).
metadataTableConfigurationResult - a consumer that will call methods on MetadataTableConfigurationResult.BuildermetadataTableConfigurationResult(MetadataTableConfigurationResult)GetBucketMetadataTableConfigurationResult.Builder status(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.
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.
GetBucketMetadataTableConfigurationResult.Builder error(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.
error - If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was
unable to create the table, this structure contains the error code and error message.default GetBucketMetadataTableConfigurationResult.Builder error(Consumer<ErrorDetails.Builder> error)
If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to
create the table, this structure contains the error code and error message.
ErrorDetails.Builder avoiding the need
to create one manually via ErrorDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to error(ErrorDetails).
error - a consumer that will call methods on ErrorDetails.Buildererror(ErrorDetails)Copyright © 2026. All rights reserved.