Uses of Class
software.amazon.awscdk.services.ses.CfnConfigurationSetEventDestination.EventDestinationProperty.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnConfigurationSetEventDestination.EventDestinationProperty.Builder in software.amazon.awscdk.services.ses
Modifier and TypeMethodDescriptionCfnConfigurationSetEventDestination.EventDestinationProperty.builder()
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.cloudWatchDestination
(IResolvable cloudWatchDestination) CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.cloudWatchDestination
(CfnConfigurationSetEventDestination.CloudWatchDestinationProperty cloudWatchDestination) CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.enabled
(IResolvable enabled) CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.kinesisFirehoseDestination
(IResolvable kinesisFirehoseDestination) CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.kinesisFirehoseDestination
(CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty kinesisFirehoseDestination) CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.matchingEventTypes
(List<String> matchingEventTypes) Sets the value ofCfnConfigurationSetEventDestination.EventDestinationProperty.getName()
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.snsDestination
(IResolvable snsDestination) CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.snsDestination
(CfnConfigurationSetEventDestination.SnsDestinationProperty snsDestination) ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetEventDestination.EventDestinationProperty.Builder
.