| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.bucketARN(String bucketARN)
The ARN of the S3 bucket.
|
S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.bufferingHints(BufferingHints bufferingHints)
The buffering option.
|
default S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)
The buffering option.
|
static S3DestinationUpdate.Builder |
S3DestinationUpdate.builder() |
S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
|
default S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
|
S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.compressionFormat(CompressionFormat compressionFormat)
The compression format.
|
S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.compressionFormat(String compressionFormat)
The compression format.
|
default S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration.
|
S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration.
|
S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.errorOutputPrefix(String errorOutputPrefix)
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
|
S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.prefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files.
|
S3DestinationUpdate.Builder |
S3DestinationUpdate.Builder.roleARN(String roleARN)
The Amazon Resource Name (ARN) of the Amazon Web Services credentials.
|
S3DestinationUpdate.Builder |
S3DestinationUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3DestinationUpdate.Builder> |
S3DestinationUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExtendedS3DestinationUpdate.Builder |
ExtendedS3DestinationUpdate.Builder.s3BackupUpdate(Consumer<S3DestinationUpdate.Builder> s3BackupUpdate)
The Amazon S3 destination for backup.
|
default RedshiftDestinationUpdate.Builder |
RedshiftDestinationUpdate.Builder.s3BackupUpdate(Consumer<S3DestinationUpdate.Builder> s3BackupUpdate)
The Amazon S3 destination for backup.
|
default UpdateDestinationRequest.Builder |
UpdateDestinationRequest.Builder.s3DestinationUpdate(Consumer<S3DestinationUpdate.Builder> s3DestinationUpdate)
Deprecated.
|
default AmazonOpenSearchServerlessDestinationUpdate.Builder |
AmazonOpenSearchServerlessDestinationUpdate.Builder.s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
Sets the value of the S3Update property for this object.
|
default SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
Your update to the configuration of the backup Amazon S3 location.
|
default HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
Sets the value of the S3Update property for this object.
|
default RedshiftDestinationUpdate.Builder |
RedshiftDestinationUpdate.Builder.s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
The Amazon S3 destination.
|
default AmazonopensearchserviceDestinationUpdate.Builder |
AmazonopensearchserviceDestinationUpdate.Builder.s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
Sets the value of the S3Update property for this object.
|
default ElasticsearchDestinationUpdate.Builder |
ElasticsearchDestinationUpdate.Builder.s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
The Amazon S3 destination.
|
Copyright © 2023. All rights reserved.