Uses of Class
software.amazon.awscdk.services.kinesisfirehose.destinations.CommonDestinationProps.Builder
Packages that use CommonDestinationProps.Builder
Package
Description
Amazon Kinesis Data Firehose Destinations Library
-
Uses of CommonDestinationProps.Builder in software.amazon.awscdk.services.kinesisfirehose.destinations
Methods in software.amazon.awscdk.services.kinesisfirehose.destinations that return CommonDestinationProps.BuilderModifier and TypeMethodDescriptionCommonDestinationProps.builder()
Sets the value ofCommonDestinationProps.getLogging()
Sets the value ofCommonDestinationProps.getLogGroup()
CommonDestinationProps.Builder.processor
(IDataProcessor processor) Sets the value ofCommonDestinationProps.getProcessor()
Sets the value ofCommonDestinationProps.getRole()
CommonDestinationProps.Builder.s3Backup
(DestinationS3BackupProps s3Backup) Sets the value ofCommonDestinationProps.getS3Backup()
Constructors in software.amazon.awscdk.services.kinesisfirehose.destinations with parameters of type CommonDestinationProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CommonDestinationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCommonDestinationProps.Builder
.