Uses of Class
software.amazon.awscdk.services.ses.ConfigurationSetEventDestinationProps.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of ConfigurationSetEventDestinationProps.Builder in software.amazon.awscdk.services.ses
Modifier and TypeMethodDescriptionConfigurationSetEventDestinationProps.builder()
ConfigurationSetEventDestinationProps.Builder.configurationSet
(IConfigurationSet configurationSet) Sets the value ofConfigurationSetEventDestinationProps.getConfigurationSet()
ConfigurationSetEventDestinationProps.Builder.configurationSetEventDestinationName
(String configurationSetEventDestinationName) ConfigurationSetEventDestinationProps.Builder.destination
(EventDestination destination) Sets the value ofConfigurationSetEventDestinationOptions.getDestination()
Sets the value ofConfigurationSetEventDestinationOptions.getEnabled()
ConfigurationSetEventDestinationProps.Builder.events
(List<? extends EmailSendingEvent> events) Sets the value ofConfigurationSetEventDestinationOptions.getEvents()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theConfigurationSetEventDestinationProps.Builder
.