Uses of Class
software.amazon.awscdk.services.kinesisfirehose.destinations.CommonDestinationS3Props.Builder
Package
Description
Amazon Kinesis Data Firehose Destinations Library
-
Uses of CommonDestinationS3Props.Builder in software.amazon.awscdk.services.kinesisfirehose.destinations
Modifier and TypeMethodDescriptionCommonDestinationS3Props.Builder.bufferingInterval
(Duration bufferingInterval) Sets the value ofCommonDestinationS3Props.getBufferingInterval()
CommonDestinationS3Props.Builder.bufferingSize
(Size bufferingSize) Sets the value ofCommonDestinationS3Props.getBufferingSize()
CommonDestinationS3Props.builder()
CommonDestinationS3Props.Builder.compression
(Compression compression) Sets the value ofCommonDestinationS3Props.getCompression()
CommonDestinationS3Props.Builder.dataOutputPrefix
(String dataOutputPrefix) Sets the value ofCommonDestinationS3Props.getDataOutputPrefix()
CommonDestinationS3Props.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofCommonDestinationS3Props.getEncryptionKey()
CommonDestinationS3Props.Builder.errorOutputPrefix
(String errorOutputPrefix) Sets the value ofCommonDestinationS3Props.getErrorOutputPrefix()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCommonDestinationS3Props.Builder
.