Uses of Class
software.amazon.awscdk.services.pinpointemail.CfnConfigurationSet.Builder
Packages that use CfnConfigurationSet.Builder
Package
Description
Amazon Pinpoint Email Construct Library
-
Uses of CfnConfigurationSet.Builder in software.amazon.awscdk.services.pinpointemail
Methods in software.amazon.awscdk.services.pinpointemail that return CfnConfigurationSet.BuilderModifier and TypeMethodDescriptionstatic CfnConfigurationSet.BuilderCfnConfigurationSet.Builder.deliveryOptions(IResolvable deliveryOptions) An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.CfnConfigurationSet.Builder.deliveryOptions(CfnConfigurationSet.DeliveryOptionsProperty deliveryOptions) An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.The name of the configuration set.CfnConfigurationSet.Builder.reputationOptions(IResolvable reputationOptions) An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.CfnConfigurationSet.Builder.reputationOptions(CfnConfigurationSet.ReputationOptionsProperty reputationOptions) An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.CfnConfigurationSet.Builder.sendingOptions(IResolvable sendingOptions) An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.CfnConfigurationSet.Builder.sendingOptions(CfnConfigurationSet.SendingOptionsProperty sendingOptions) An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.CfnConfigurationSet.Builder.tags(List<? extends CfnConfigurationSet.TagsProperty> tags) An object that defines the tags (keys and values) that you want to associate with the configuration set.CfnConfigurationSet.Builder.trackingOptions(IResolvable trackingOptions) An object that defines the open and click tracking options for emails that you send using the configuration set.CfnConfigurationSet.Builder.trackingOptions(CfnConfigurationSet.TrackingOptionsProperty trackingOptions) An object that defines the open and click tracking options for emails that you send using the configuration set.