Uses of Class
software.amazon.awscdk.services.kinesisfirehose.S3BucketProps.Builder
Packages that use S3BucketProps.Builder
Package
Description
Amazon Data Firehose Construct Library
-
Uses of S3BucketProps.Builder in software.amazon.awscdk.services.kinesisfirehose
Methods in software.amazon.awscdk.services.kinesisfirehose that return S3BucketProps.BuilderModifier and TypeMethodDescriptionS3BucketProps.Builder.bufferingInterval(Duration bufferingInterval) Sets the value ofCommonDestinationS3Props.getBufferingInterval()S3BucketProps.Builder.bufferingSize(Size bufferingSize) Sets the value ofCommonDestinationS3Props.getBufferingSize()static S3BucketProps.BuilderS3BucketProps.builder()S3BucketProps.Builder.compression(Compression compression) Sets the value ofCommonDestinationS3Props.getCompression()S3BucketProps.Builder.dataFormatConversion(DataFormatConversionProps dataFormatConversion) Sets the value ofS3BucketProps.getDataFormatConversion()S3BucketProps.Builder.dataOutputPrefix(String dataOutputPrefix) Sets the value ofCommonDestinationS3Props.getDataOutputPrefix()S3BucketProps.Builder.encryptionKey(IKey encryptionKey) Sets the value ofCommonDestinationS3Props.getEncryptionKey()S3BucketProps.Builder.errorOutputPrefix(String errorOutputPrefix) Sets the value ofCommonDestinationS3Props.getErrorOutputPrefix()S3BucketProps.Builder.fileExtension(String fileExtension) Sets the value ofS3BucketProps.getFileExtension()S3BucketProps.Builder.loggingConfig(ILoggingConfig loggingConfig) Sets the value ofCommonDestinationProps.getLoggingConfig()S3BucketProps.Builder.processor(IDataProcessor processor) Deprecated.Use `processors` instead.S3BucketProps.Builder.processors(List<? extends IDataProcessor> processors) Sets the value ofCommonDestinationProps.getProcessors()Sets the value ofCommonDestinationProps.getRole()S3BucketProps.Builder.s3Backup(DestinationS3BackupProps s3Backup) Sets the value ofCommonDestinationProps.getS3Backup()Sets the value ofS3BucketProps.getTimeZone()Constructors in software.amazon.awscdk.services.kinesisfirehose with parameters of type S3BucketProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(S3BucketProps.Builder builder) Constructor that initializes the object based on literal property values passed by theS3BucketProps.Builder.