public static interface S3DestinationConfiguration.Builder extends SdkPojo, CopyableBuilder<S3DestinationConfiguration.Builder,S3DestinationConfiguration>
Modifier and Type | Method and Description |
---|---|
S3DestinationConfiguration.Builder |
bucketARN(String bucketARN)
The ARN of the S3 bucket.
|
S3DestinationConfiguration.Builder |
bufferingHints(BufferingHints bufferingHints)
The buffering option.
|
default S3DestinationConfiguration.Builder |
bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)
The buffering option.
|
S3DestinationConfiguration.Builder |
cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
|
default S3DestinationConfiguration.Builder |
cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
|
S3DestinationConfiguration.Builder |
compressionFormat(CompressionFormat compressionFormat)
The compression format.
|
S3DestinationConfiguration.Builder |
compressionFormat(String compressionFormat)
The compression format.
|
default S3DestinationConfiguration.Builder |
encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration.
|
S3DestinationConfiguration.Builder |
encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration.
|
S3DestinationConfiguration.Builder |
errorOutputPrefix(String errorOutputPrefix)
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
|
S3DestinationConfiguration.Builder |
prefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files.
|
S3DestinationConfiguration.Builder |
roleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
S3DestinationConfiguration.Builder roleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
roleARN
- The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource
Names (ARNs) and AWS Service Namespaces.S3DestinationConfiguration.Builder bucketARN(String bucketARN)
The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
bucketARN
- The ARN of the S3 bucket. For more information, see Amazon Resource
Names (ARNs) and AWS Service Namespaces.S3DestinationConfiguration.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.S3DestinationConfiguration.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.S3DestinationConfiguration.Builder bufferingHints(BufferingHints bufferingHints)
The buffering option. If no value is specified, BufferingHints
object default values are used.
bufferingHints
- The buffering option. If no value is specified, BufferingHints
object default values are
used.default S3DestinationConfiguration.Builder bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)
The buffering option. If no value is specified, BufferingHints
object default values are used.
BufferingHints.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.Builder
bufferingHints(BufferingHints)
S3DestinationConfiguration.Builder compressionFormat(String compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED
.
The compression formats SNAPPY
or ZIP
cannot be specified for Amazon Redshift
destinations because they are not supported by the Amazon Redshift COPY
operation that reads
from the S3 bucket.
compressionFormat
- The compression format. If no value is specified, the default is UNCOMPRESSED
.
The compression formats SNAPPY
or ZIP
cannot be specified for Amazon
Redshift destinations because they are not supported by the Amazon Redshift COPY
operation that reads from the S3 bucket.
CompressionFormat
,
CompressionFormat
S3DestinationConfiguration.Builder compressionFormat(CompressionFormat compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED
.
The compression formats SNAPPY
or ZIP
cannot be specified for Amazon Redshift
destinations because they are not supported by the Amazon Redshift COPY
operation that reads
from the S3 bucket.
compressionFormat
- The compression format. If no value is specified, the default is UNCOMPRESSED
.
The compression formats SNAPPY
or ZIP
cannot be specified for Amazon
Redshift destinations because they are not supported by the Amazon Redshift COPY
operation that reads from the S3 bucket.
CompressionFormat
,
CompressionFormat
S3DestinationConfiguration.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 S3DestinationConfiguration.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration. If no value is specified, the default is no encryption.
This is a convenience 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.Builder
encryptionConfiguration(EncryptionConfiguration)
S3DestinationConfiguration.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The CloudWatch logging options for your delivery stream.default S3DestinationConfiguration.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
This is a convenience 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.Builder
cloudWatchLoggingOptions(CloudWatchLoggingOptions)
Copyright © 2021. All rights reserved.