public static interface ExtendedS3DestinationUpdate.Builder extends SdkPojo, CopyableBuilder<ExtendedS3DestinationUpdate.Builder,ExtendedS3DestinationUpdate>
Modifier and Type | Method and Description |
---|---|
ExtendedS3DestinationUpdate.Builder |
bucketARN(String bucketARN)
The ARN of the S3 bucket.
|
ExtendedS3DestinationUpdate.Builder |
bufferingHints(BufferingHints bufferingHints)
The buffering option.
|
default ExtendedS3DestinationUpdate.Builder |
bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)
The buffering option.
|
ExtendedS3DestinationUpdate.Builder |
cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
default ExtendedS3DestinationUpdate.Builder |
cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
ExtendedS3DestinationUpdate.Builder |
compressionFormat(CompressionFormat compressionFormat)
The compression format.
|
ExtendedS3DestinationUpdate.Builder |
compressionFormat(String compressionFormat)
The compression format.
|
default ExtendedS3DestinationUpdate.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.
|
ExtendedS3DestinationUpdate.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 ExtendedS3DestinationUpdate.Builder |
encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration.
|
ExtendedS3DestinationUpdate.Builder |
encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration.
|
ExtendedS3DestinationUpdate.Builder |
errorOutputPrefix(String errorOutputPrefix)
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
|
ExtendedS3DestinationUpdate.Builder |
prefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files.
|
default ExtendedS3DestinationUpdate.Builder |
processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
The data processing configuration.
|
ExtendedS3DestinationUpdate.Builder |
processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
|
ExtendedS3DestinationUpdate.Builder |
roleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials.
|
ExtendedS3DestinationUpdate.Builder |
s3BackupMode(S3BackupMode s3BackupMode)
You can update a delivery stream to enable Amazon S3 backup if it is disabled.
|
ExtendedS3DestinationUpdate.Builder |
s3BackupMode(String s3BackupMode)
You can update a delivery stream to enable Amazon S3 backup if it is disabled.
|
default ExtendedS3DestinationUpdate.Builder |
s3BackupUpdate(Consumer<S3DestinationUpdate.Builder> s3BackupUpdate)
The Amazon S3 destination for backup.
|
ExtendedS3DestinationUpdate.Builder |
s3BackupUpdate(S3DestinationUpdate s3BackupUpdate)
The Amazon S3 destination for backup.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ExtendedS3DestinationUpdate.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.ExtendedS3DestinationUpdate.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.ExtendedS3DestinationUpdate.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.ExtendedS3DestinationUpdate.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.ExtendedS3DestinationUpdate.Builder bufferingHints(BufferingHints bufferingHints)
The buffering option.
bufferingHints
- The buffering option.default ExtendedS3DestinationUpdate.Builder bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)
The buffering option.
This is a convenience 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.Builder
bufferingHints(BufferingHints)
ExtendedS3DestinationUpdate.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
,
CompressionFormat
ExtendedS3DestinationUpdate.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
,
CompressionFormat
ExtendedS3DestinationUpdate.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 ExtendedS3DestinationUpdate.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)
ExtendedS3DestinationUpdate.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The Amazon CloudWatch logging options for your delivery stream.default ExtendedS3DestinationUpdate.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The Amazon 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)
ExtendedS3DestinationUpdate.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.default ExtendedS3DestinationUpdate.Builder processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
The data processing configuration.
This is a convenience 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.Builder
processingConfiguration(ProcessingConfiguration)
ExtendedS3DestinationUpdate.Builder s3BackupMode(String s3BackupMode)
You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
s3BackupMode
- You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled,
you can't update the delivery stream to disable it.S3BackupMode
,
S3BackupMode
ExtendedS3DestinationUpdate.Builder s3BackupMode(S3BackupMode s3BackupMode)
You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
s3BackupMode
- You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled,
you can't update the delivery stream to disable it.S3BackupMode
,
S3BackupMode
ExtendedS3DestinationUpdate.Builder s3BackupUpdate(S3DestinationUpdate s3BackupUpdate)
The Amazon S3 destination for backup.
s3BackupUpdate
- The Amazon S3 destination for backup.default ExtendedS3DestinationUpdate.Builder s3BackupUpdate(Consumer<S3DestinationUpdate.Builder> s3BackupUpdate)
The Amazon S3 destination for backup.
This is a convenience that creates an instance of theS3DestinationUpdate.Builder
avoiding the need
to create one manually via S3DestinationUpdate.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to s3BackupUpdate(S3DestinationUpdate)
.s3BackupUpdate
- a consumer that will call methods on S3DestinationUpdate.Builder
s3BackupUpdate(S3DestinationUpdate)
ExtendedS3DestinationUpdate.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 ExtendedS3DestinationUpdate.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 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.Builder
dataFormatConversionConfiguration(DataFormatConversionConfiguration)
Copyright © 2021. All rights reserved.