@Mutable @NotThreadSafe public static interface MetadataTableConfiguration.Builder extends SdkPojo, CopyableBuilder<MetadataTableConfiguration.Builder,MetadataTableConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default MetadataTableConfiguration.Builder |
s3TablesDestination(Consumer<S3TablesDestination.Builder> s3TablesDestination)
The destination information for the metadata table configuration.
|
MetadataTableConfiguration.Builder |
s3TablesDestination(S3TablesDestination s3TablesDestination)
The destination information for the metadata table configuration.
|
equalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildMetadataTableConfiguration.Builder s3TablesDestination(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.
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.default MetadataTableConfiguration.Builder s3TablesDestination(Consumer<S3TablesDestination.Builder> 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.
S3TablesDestination.Builder avoiding the
need to create one manually via S3TablesDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3TablesDestination(S3TablesDestination).
s3TablesDestination - a consumer that will call methods on S3TablesDestination.Builders3TablesDestination(S3TablesDestination)Copyright © 2026. All rights reserved.