Class CfnConfigurationSetMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnConfigurationSetMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSetMixinProps>
- Enclosing interface:
CfnConfigurationSetMixinProps
@Stability(Stable)
public static final class CfnConfigurationSetMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSetMixinProps>
A builder for
CfnConfigurationSetMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deliveryOptions(CfnConfigurationSetPropsMixin.DeliveryOptionsProperty deliveryOptions) Sets the value ofCfnConfigurationSetMixinProps.getDeliveryOptions()deliveryOptions(IResolvable deliveryOptions) Sets the value ofCfnConfigurationSetMixinProps.getDeliveryOptions()Sets the value ofCfnConfigurationSetMixinProps.getName()reputationOptions(CfnConfigurationSetPropsMixin.ReputationOptionsProperty reputationOptions) Sets the value ofCfnConfigurationSetMixinProps.getReputationOptions()reputationOptions(IResolvable reputationOptions) Sets the value ofCfnConfigurationSetMixinProps.getReputationOptions()sendingOptions(CfnConfigurationSetPropsMixin.SendingOptionsProperty sendingOptions) Sets the value ofCfnConfigurationSetMixinProps.getSendingOptions()sendingOptions(IResolvable sendingOptions) Sets the value ofCfnConfigurationSetMixinProps.getSendingOptions()Sets the value ofCfnConfigurationSetMixinProps.getTags()trackingOptions(CfnConfigurationSetPropsMixin.TrackingOptionsProperty trackingOptions) Sets the value ofCfnConfigurationSetMixinProps.getTrackingOptions()trackingOptions(IResolvable trackingOptions) Sets the value ofCfnConfigurationSetMixinProps.getTrackingOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deliveryOptions
@Stability(Stable) public CfnConfigurationSetMixinProps.Builder deliveryOptions(IResolvable deliveryOptions) Sets the value ofCfnConfigurationSetMixinProps.getDeliveryOptions()- Parameters:
deliveryOptions- An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.- Returns:
this
-
deliveryOptions
@Stability(Stable) public CfnConfigurationSetMixinProps.Builder deliveryOptions(CfnConfigurationSetPropsMixin.DeliveryOptionsProperty deliveryOptions) Sets the value ofCfnConfigurationSetMixinProps.getDeliveryOptions()- Parameters:
deliveryOptions- An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.- Returns:
this
-
name
Sets the value ofCfnConfigurationSetMixinProps.getName()- Parameters:
name- The name of the configuration set.- Returns:
this
-
reputationOptions
@Stability(Stable) public CfnConfigurationSetMixinProps.Builder reputationOptions(IResolvable reputationOptions) Sets the value ofCfnConfigurationSetMixinProps.getReputationOptions()- Parameters:
reputationOptions- An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.- Returns:
this
-
reputationOptions
@Stability(Stable) public CfnConfigurationSetMixinProps.Builder reputationOptions(CfnConfigurationSetPropsMixin.ReputationOptionsProperty reputationOptions) Sets the value ofCfnConfigurationSetMixinProps.getReputationOptions()- Parameters:
reputationOptions- An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.- Returns:
this
-
sendingOptions
@Stability(Stable) public CfnConfigurationSetMixinProps.Builder sendingOptions(IResolvable sendingOptions) Sets the value ofCfnConfigurationSetMixinProps.getSendingOptions()- Parameters:
sendingOptions- An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.- Returns:
this
-
sendingOptions
@Stability(Stable) public CfnConfigurationSetMixinProps.Builder sendingOptions(CfnConfigurationSetPropsMixin.SendingOptionsProperty sendingOptions) Sets the value ofCfnConfigurationSetMixinProps.getSendingOptions()- Parameters:
sendingOptions- An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.- Returns:
this
-
tags
Sets the value ofCfnConfigurationSetMixinProps.getTags()- Parameters:
tags- An object that defines the tags (keys and values) that you want to associate with the configuration set.- Returns:
this
-
trackingOptions
@Stability(Stable) public CfnConfigurationSetMixinProps.Builder trackingOptions(IResolvable trackingOptions) Sets the value ofCfnConfigurationSetMixinProps.getTrackingOptions()- Parameters:
trackingOptions- An object that defines the open and click tracking options for emails that you send using the configuration set.- Returns:
this
-
trackingOptions
@Stability(Stable) public CfnConfigurationSetMixinProps.Builder trackingOptions(CfnConfigurationSetPropsMixin.TrackingOptionsProperty trackingOptions) Sets the value ofCfnConfigurationSetMixinProps.getTrackingOptions()- Parameters:
trackingOptions- An object that defines the open and click tracking options for emails that you send using the configuration set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationSetMixinProps>- Returns:
- a new instance of
CfnConfigurationSetMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-