public static interface ExtendedS3DestinationDescription.Builder extends SdkPojo, CopyableBuilder<ExtendedS3DestinationDescription.Builder,ExtendedS3DestinationDescription>
| Modifier and Type | Method and Description |
|---|---|
ExtendedS3DestinationDescription.Builder |
bucketARN(String bucketARN)
The ARN of the S3 bucket.
|
ExtendedS3DestinationDescription.Builder |
bufferingHints(BufferingHints bufferingHints)
The buffering option.
|
default ExtendedS3DestinationDescription.Builder |
bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)
The buffering option.
|
ExtendedS3DestinationDescription.Builder |
cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
default ExtendedS3DestinationDescription.Builder |
cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
ExtendedS3DestinationDescription.Builder |
compressionFormat(CompressionFormat compressionFormat)
The compression format.
|
ExtendedS3DestinationDescription.Builder |
compressionFormat(String compressionFormat)
The compression format.
|
default ExtendedS3DestinationDescription.Builder |
dataFormatConversionConfiguration(Consumer<DataFormatConversionConfiguration.Builder> dataFormatConversionConfiguration)
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC
format before writing it to Amazon S3.
|
ExtendedS3DestinationDescription.Builder |
dataFormatConversionConfiguration(DataFormatConversionConfiguration dataFormatConversionConfiguration)
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC
format before writing it to Amazon S3.
|
default ExtendedS3DestinationDescription.Builder |
dynamicPartitioningConfiguration(Consumer<DynamicPartitioningConfiguration.Builder> dynamicPartitioningConfiguration)
The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming
data by partitioning it based on partition keys.
|
ExtendedS3DestinationDescription.Builder |
dynamicPartitioningConfiguration(DynamicPartitioningConfiguration dynamicPartitioningConfiguration)
The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming
data by partitioning it based on partition keys.
|
default ExtendedS3DestinationDescription.Builder |
encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration.
|
ExtendedS3DestinationDescription.Builder |
encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration.
|
ExtendedS3DestinationDescription.Builder |
errorOutputPrefix(String errorOutputPrefix)
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
|
ExtendedS3DestinationDescription.Builder |
prefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files.
|
default ExtendedS3DestinationDescription.Builder |
processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
The data processing configuration.
|
ExtendedS3DestinationDescription.Builder |
processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
|
ExtendedS3DestinationDescription.Builder |
roleARN(String roleARN)
The Amazon Resource Name (ARN) of the Amazon Web Services credentials.
|
default ExtendedS3DestinationDescription.Builder |
s3BackupDescription(Consumer<S3DestinationDescription.Builder> s3BackupDescription)
The configuration for backup in Amazon S3.
|
ExtendedS3DestinationDescription.Builder |
s3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
|
ExtendedS3DestinationDescription.Builder |
s3BackupMode(S3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
ExtendedS3DestinationDescription.Builder |
s3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExtendedS3DestinationDescription.Builder roleARN(String roleARN)
The Amazon Resource Name (ARN) of the Amazon Web Services credentials. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
roleARN - The Amazon Resource Name (ARN) of the Amazon Web Services credentials. For more information, see Amazon Resource
Names (ARNs) and Amazon Web Services Service Namespaces.ExtendedS3DestinationDescription.Builder bucketARN(String bucketARN)
The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
bucketARN - The ARN of the S3 bucket. For more information, see Amazon Resource
Names (ARNs) and Amazon Web Services Service Namespaces.ExtendedS3DestinationDescription.Builder prefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.
prefix - The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files. You can
also specify a custom prefix, as described in Custom Prefixes for Amazon S3
Objects.ExtendedS3DestinationDescription.Builder errorOutputPrefix(String errorOutputPrefix)
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects.
errorOutputPrefix - A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
This prefix appears immediately following the bucket name. For information about how to specify this
prefix, see Custom Prefixes
for Amazon S3 Objects.ExtendedS3DestinationDescription.Builder bufferingHints(BufferingHints bufferingHints)
The buffering option.
bufferingHints - The buffering option.default ExtendedS3DestinationDescription.Builder bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)
The buffering option.
This is a convenience method that creates an instance of theBufferingHints.Builder avoiding the need
to create one manually via BufferingHints.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to bufferingHints(BufferingHints).
bufferingHints - a consumer that will call methods on BufferingHints.BuilderbufferingHints(BufferingHints)ExtendedS3DestinationDescription.Builder compressionFormat(String compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED.
compressionFormat - The compression format. If no value is specified, the default is UNCOMPRESSED.CompressionFormat,
CompressionFormatExtendedS3DestinationDescription.Builder compressionFormat(CompressionFormat compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED.
compressionFormat - The compression format. If no value is specified, the default is UNCOMPRESSED.CompressionFormat,
CompressionFormatExtendedS3DestinationDescription.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration. If no value is specified, the default is no encryption.
encryptionConfiguration - The encryption configuration. If no value is specified, the default is no encryption.default ExtendedS3DestinationDescription.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration. If no value is specified, the default is no encryption.
This is a convenience method that creates an instance of theEncryptionConfiguration.Builder avoiding
the need to create one manually via EncryptionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryptionConfiguration(EncryptionConfiguration).
encryptionConfiguration - a consumer that will call methods on EncryptionConfiguration.BuilderencryptionConfiguration(EncryptionConfiguration)ExtendedS3DestinationDescription.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.default ExtendedS3DestinationDescription.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
This is a convenience method that creates an instance of theCloudWatchLoggingOptions.Builder
avoiding the need to create one manually via CloudWatchLoggingOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to cloudWatchLoggingOptions(CloudWatchLoggingOptions).
cloudWatchLoggingOptions - a consumer that will call methods on CloudWatchLoggingOptions.BuildercloudWatchLoggingOptions(CloudWatchLoggingOptions)ExtendedS3DestinationDescription.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration - The data processing configuration.default ExtendedS3DestinationDescription.Builder processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
The data processing configuration.
This is a convenience method that creates an instance of theProcessingConfiguration.Builder avoiding
the need to create one manually via ProcessingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to processingConfiguration(ProcessingConfiguration).
processingConfiguration - a consumer that will call methods on ProcessingConfiguration.BuilderprocessingConfiguration(ProcessingConfiguration)ExtendedS3DestinationDescription.Builder s3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode - The Amazon S3 backup mode.S3BackupMode,
S3BackupModeExtendedS3DestinationDescription.Builder s3BackupMode(S3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode - The Amazon S3 backup mode.S3BackupMode,
S3BackupModeExtendedS3DestinationDescription.Builder s3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
s3BackupDescription - The configuration for backup in Amazon S3.default ExtendedS3DestinationDescription.Builder s3BackupDescription(Consumer<S3DestinationDescription.Builder> s3BackupDescription)
The configuration for backup in Amazon S3.
This is a convenience method that creates an instance of theS3DestinationDescription.Builder
avoiding the need to create one manually via S3DestinationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3BackupDescription(S3DestinationDescription).
s3BackupDescription - a consumer that will call methods on S3DestinationDescription.Builders3BackupDescription(S3DestinationDescription)ExtendedS3DestinationDescription.Builder dataFormatConversionConfiguration(DataFormatConversionConfiguration dataFormatConversionConfiguration)
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
dataFormatConversionConfiguration - The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or
ORC format before writing it to Amazon S3.default ExtendedS3DestinationDescription.Builder dataFormatConversionConfiguration(Consumer<DataFormatConversionConfiguration.Builder> dataFormatConversionConfiguration)
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
This is a convenience method that creates an instance of theDataFormatConversionConfiguration.Builder avoiding the need to create one manually via
DataFormatConversionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
dataFormatConversionConfiguration(DataFormatConversionConfiguration).
dataFormatConversionConfiguration - a consumer that will call methods on DataFormatConversionConfiguration.BuilderdataFormatConversionConfiguration(DataFormatConversionConfiguration)ExtendedS3DestinationDescription.Builder dynamicPartitioningConfiguration(DynamicPartitioningConfiguration dynamicPartitioningConfiguration)
The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations.
dynamicPartitioningConfiguration - The configuration of the dynamic partitioning mechanism that creates smaller data sets from the
streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only
supported for Amazon S3 destinations.default ExtendedS3DestinationDescription.Builder dynamicPartitioningConfiguration(Consumer<DynamicPartitioningConfiguration.Builder> dynamicPartitioningConfiguration)
The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations.
This is a convenience method that creates an instance of theDynamicPartitioningConfiguration.Builder
avoiding the need to create one manually via DynamicPartitioningConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
dynamicPartitioningConfiguration(DynamicPartitioningConfiguration).
dynamicPartitioningConfiguration - a consumer that will call methods on DynamicPartitioningConfiguration.BuilderdynamicPartitioningConfiguration(DynamicPartitioningConfiguration)Copyright © 2023. All rights reserved.