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