Uses of Class
software.amazon.awscdk.services.kinesisfirehose.HttpEndpoint.Builder
Packages that use HttpEndpoint.Builder
Package
Description
Amazon Data Firehose Construct Library
-
Uses of HttpEndpoint.Builder in software.amazon.awscdk.services.kinesisfirehose
Methods in software.amazon.awscdk.services.kinesisfirehose that return HttpEndpoint.BuilderModifier and TypeMethodDescriptionHttpEndpoint.Builder.attributes(List<? extends HttpAttribute> attributes) Describes the metadata sent to the Http endpoint destination.HttpEndpoint.Builder.backupMode(HttpBackupMode backupMode) Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the Http endpoint destination.HttpEndpoint.Builder.bufferingHints(HttpBufferingHints bufferingHints) The buffering options that can be used before data is delivered to the specified destination.static HttpEndpoint.BuilderHttpEndpoint.Builder.create()HttpEndpoint.Builder.endpointConfig(HttpEndpointConfig endpointConfig) Describes the configuration of the Http endpoint to which Kinesis Firehose delivers data.HttpEndpoint.Builder.loggingConfig(ILoggingConfig loggingConfig) Configuration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.HttpEndpoint.Builder.processor(IDataProcessor processor) Deprecated.HttpEndpoint.Builder.processors(List<? extends IDataProcessor> processors) The data transformation that should be performed on the data before writing to the destination.HttpEndpoint.Builder.requestCompression(HttpCompression requestCompression) Compress the body of a request before sending the request to the destination.HttpEndpoint.Builder.retryOptions(HttpRetryOptions retryOptions) The total amount of time that Kinesis Data Firehose spends on retries.The IAM role associated with this destination.HttpEndpoint.Builder.s3Backup(DestinationS3BackupProps s3Backup) The configuration for backing up source records to S3.
processorsinstead.