Uses of Class
software.amazon.awscdk.services.ses.CfnConfigurationSetProps.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnConfigurationSetProps.Builder in software.amazon.awscdk.services.ses
Modifier and TypeMethodDescriptionCfnConfigurationSetProps.builder()
CfnConfigurationSetProps.Builder.deliveryOptions
(IResolvable deliveryOptions) Sets the value ofCfnConfigurationSetProps.getDeliveryOptions()
CfnConfigurationSetProps.Builder.deliveryOptions
(CfnConfigurationSet.DeliveryOptionsProperty deliveryOptions) Sets the value ofCfnConfigurationSetProps.getDeliveryOptions()
Sets the value ofCfnConfigurationSetProps.getName()
CfnConfigurationSetProps.Builder.reputationOptions
(IResolvable reputationOptions) Sets the value ofCfnConfigurationSetProps.getReputationOptions()
CfnConfigurationSetProps.Builder.reputationOptions
(CfnConfigurationSet.ReputationOptionsProperty reputationOptions) Sets the value ofCfnConfigurationSetProps.getReputationOptions()
CfnConfigurationSetProps.Builder.sendingOptions
(IResolvable sendingOptions) Sets the value ofCfnConfigurationSetProps.getSendingOptions()
CfnConfigurationSetProps.Builder.sendingOptions
(CfnConfigurationSet.SendingOptionsProperty sendingOptions) Sets the value ofCfnConfigurationSetProps.getSendingOptions()
CfnConfigurationSetProps.Builder.suppressionOptions
(IResolvable suppressionOptions) Sets the value ofCfnConfigurationSetProps.getSuppressionOptions()
CfnConfigurationSetProps.Builder.suppressionOptions
(CfnConfigurationSet.SuppressionOptionsProperty suppressionOptions) Sets the value ofCfnConfigurationSetProps.getSuppressionOptions()
CfnConfigurationSetProps.Builder.trackingOptions
(IResolvable trackingOptions) Sets the value ofCfnConfigurationSetProps.getTrackingOptions()
CfnConfigurationSetProps.Builder.trackingOptions
(CfnConfigurationSet.TrackingOptionsProperty trackingOptions) Sets the value ofCfnConfigurationSetProps.getTrackingOptions()
CfnConfigurationSetProps.Builder.vdmOptions
(IResolvable vdmOptions) Sets the value ofCfnConfigurationSetProps.getVdmOptions()
CfnConfigurationSetProps.Builder.vdmOptions
(CfnConfigurationSet.VdmOptionsProperty vdmOptions) Sets the value ofCfnConfigurationSetProps.getVdmOptions()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetProps.Builder
.