Uses of Class
software.amazon.awscdk.services.kinesisfirehose.CommonDestinationProps.Builder
Packages that use CommonDestinationProps.Builder
Package
Description
Amazon Data Firehose Construct Library
-
Uses of CommonDestinationProps.Builder in software.amazon.awscdk.services.kinesisfirehose
Methods in software.amazon.awscdk.services.kinesisfirehose that return CommonDestinationProps.BuilderModifier and TypeMethodDescriptionCommonDestinationProps.builder()CommonDestinationProps.Builder.loggingConfig(ILoggingConfig loggingConfig) Sets the value ofCommonDestinationProps.getLoggingConfig()CommonDestinationProps.Builder.processor(IDataProcessor processor) Deprecated.Use `processors` instead.CommonDestinationProps.Builder.processors(List<? extends IDataProcessor> processors) Sets the value ofCommonDestinationProps.getProcessors()Sets the value ofCommonDestinationProps.getRole()CommonDestinationProps.Builder.s3Backup(DestinationS3BackupProps s3Backup) Sets the value ofCommonDestinationProps.getS3Backup()Constructors in software.amazon.awscdk.services.kinesisfirehose with parameters of type CommonDestinationProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CommonDestinationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCommonDestinationProps.Builder.