@Mutable @NotThreadSafe public static interface S3TablesDestinationResult.Builder extends SdkPojo, CopyableBuilder<S3TablesDestinationResult.Builder,S3TablesDestinationResult>
| Modifier and Type | Method and Description |
|---|---|
S3TablesDestinationResult.Builder |
tableArn(String tableArn)
The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration.
|
S3TablesDestinationResult.Builder |
tableBucketArn(String tableBucketArn)
The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table
configuration.
|
S3TablesDestinationResult.Builder |
tableName(String tableName)
The name for the metadata table in your metadata table configuration.
|
S3TablesDestinationResult.Builder |
tableNamespace(String tableNamespace)
The table bucket namespace for the metadata table in your metadata table configuration.
|
equalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildS3TablesDestinationResult.Builder tableBucketArn(String tableBucketArn)
The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket.
tableBucketArn - The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the
metadata table configuration. The destination table bucket must be in the same Region and Amazon Web
Services account as the general purpose bucket.S3TablesDestinationResult.Builder tableName(String tableName)
The name for the metadata table in your metadata table configuration. The specified metadata table name must
be unique within the aws_s3_metadata namespace in the destination table bucket.
tableName - The name for the metadata table in your metadata table configuration. The specified metadata table
name must be unique within the aws_s3_metadata namespace in the destination table bucket.S3TablesDestinationResult.Builder tableArn(String tableArn)
The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The specified
metadata table name must be unique within the aws_s3_metadata namespace in the destination table
bucket.
tableArn - The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The
specified metadata table name must be unique within the aws_s3_metadata namespace in the
destination table bucket.S3TablesDestinationResult.Builder tableNamespace(String tableNamespace)
The table bucket namespace for the metadata table in your metadata table configuration. This value is always
aws_s3_metadata.
tableNamespace - The table bucket namespace for the metadata table in your metadata table configuration. This value is
always aws_s3_metadata.Copyright © 2026. All rights reserved.