Uses of Class
software.amazon.awscdk.services.kinesisfirehose.HttpEndpointProps.Builder
Packages that use HttpEndpointProps.Builder
Package
Description
Amazon Data Firehose Construct Library
-
Uses of HttpEndpointProps.Builder in software.amazon.awscdk.services.kinesisfirehose
Methods in software.amazon.awscdk.services.kinesisfirehose that return HttpEndpointProps.BuilderModifier and TypeMethodDescriptionHttpEndpointProps.Builder.attributes(List<? extends HttpAttribute> attributes) Sets the value ofHttpEndpointProps.getAttributes()HttpEndpointProps.Builder.backupMode(HttpBackupMode backupMode) Sets the value ofHttpEndpointProps.getBackupMode()HttpEndpointProps.Builder.bufferingHints(HttpBufferingHints bufferingHints) Sets the value ofHttpEndpointProps.getBufferingHints()static HttpEndpointProps.BuilderHttpEndpointProps.builder()HttpEndpointProps.Builder.endpointConfig(HttpEndpointConfig endpointConfig) Sets the value ofHttpEndpointProps.getEndpointConfig()HttpEndpointProps.Builder.loggingConfig(ILoggingConfig loggingConfig) Sets the value ofCommonDestinationProps.getLoggingConfig()HttpEndpointProps.Builder.processor(IDataProcessor processor) Deprecated.Use `processors` instead.HttpEndpointProps.Builder.processors(List<? extends IDataProcessor> processors) Sets the value ofCommonDestinationProps.getProcessors()HttpEndpointProps.Builder.requestCompression(HttpCompression requestCompression) Sets the value ofHttpEndpointProps.getRequestCompression()HttpEndpointProps.Builder.retryOptions(HttpRetryOptions retryOptions) Sets the value ofHttpEndpointProps.getRetryOptions()Sets the value ofCommonDestinationProps.getRole()HttpEndpointProps.Builder.s3Backup(DestinationS3BackupProps s3Backup) Sets the value ofCommonDestinationProps.getS3Backup()Constructors in software.amazon.awscdk.services.kinesisfirehose with parameters of type HttpEndpointProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(HttpEndpointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpEndpointProps.Builder.