Interface S3TablesDestinationResult.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<S3TablesDestinationResult.Builder,S3TablesDestinationResult>
,SdkBuilder<S3TablesDestinationResult.Builder,S3TablesDestinationResult>
,SdkPojo
- Enclosing class:
- S3TablesDestinationResult
public static interface S3TablesDestinationResult.Builder extends SdkPojo, CopyableBuilder<S3TablesDestinationResult.Builder,S3TablesDestinationResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tableBucketArn
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. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
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.- Parameters:
tableName
- The name for the metadata table in your metadata table configuration. The specified metadata table name must be unique within theaws_s3_metadata
namespace in the destination table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableArn
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.- Parameters:
tableArn
- The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The specified metadata table name must be unique within theaws_s3_metadata
namespace in the destination table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableNamespace
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
.- Parameters:
tableNamespace
- The table bucket namespace for the metadata table in your metadata table configuration. This value is alwaysaws_s3_metadata
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-