Interface S3TablesConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3TablesConfiguration.Builder,,S3TablesConfiguration> SdkBuilder<S3TablesConfiguration.Builder,,S3TablesConfiguration> SdkPojo
- Enclosing class:
S3TablesConfiguration
-
Method Summary
Modifier and TypeMethodDescriptioncompressionType(String compressionType) The compression applied to Parquet data files.compressionType(S3TablesCompressionType compressionType) The compression applied to Parquet data files.The namespace (database) of the destination table.default S3TablesConfiguration.BuilderpartitionSpec(Consumer<PartitionSpec.Builder> partitionSpec) The partitioning specification for the destination table.partitionSpec(PartitionSpec partitionSpec) The partitioning specification for the destination table.tableBucketARN(String tableBucketARN) The Amazon Resource Name (ARN) of the Amazon S3 table bucket.The name of the destination table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tableBucketARN
The Amazon Resource Name (ARN) of the Amazon S3 table bucket.
- Parameters:
tableBucketARN- The Amazon Resource Name (ARN) of the Amazon S3 table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace (database) of the destination table.
- Parameters:
namespace- The namespace (database) of the destination table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
The name of the destination table. Amazon Kinesis Data Streams creates this table in the specified table bucket.
- Parameters:
tableName- The name of the destination table. Amazon Kinesis Data Streams creates this table in the specified table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compressionType
The compression applied to Parquet data files. Valid values:
-
NONE- No compression. -
ZSTD- Zstandard compression. -
SNAPPY- Snappy compression.
- Parameters:
compressionType- The compression applied to Parquet data files. Valid values:-
NONE- No compression. -
ZSTD- Zstandard compression. -
SNAPPY- Snappy compression.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
compressionType
The compression applied to Parquet data files. Valid values:
-
NONE- No compression. -
ZSTD- Zstandard compression. -
SNAPPY- Snappy compression.
- Parameters:
compressionType- The compression applied to Parquet data files. Valid values:-
NONE- No compression. -
ZSTD- Zstandard compression. -
SNAPPY- Snappy compression.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
partitionSpec
The partitioning specification for the destination table.
- Parameters:
partitionSpec- The partitioning specification for the destination table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partitionSpec
The partitioning specification for the destination table.
This is a convenience method that creates an instance of thePartitionSpec.Builderavoiding the need to create one manually viaPartitionSpec.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topartitionSpec(PartitionSpec).- Parameters:
partitionSpec- a consumer that will call methods onPartitionSpec.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-