Class CfnConfigurationSetPropsMixin.TrackingOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnConfigurationSetPropsMixin.TrackingOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.TrackingOptionsProperty>
- Enclosing interface:
CfnConfigurationSetPropsMixin.TrackingOptionsProperty
@Stability(Stable)
public static final class CfnConfigurationSetPropsMixin.TrackingOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.TrackingOptionsProperty>
A builder for
CfnConfigurationSetPropsMixin.TrackingOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customRedirectDomain(String customRedirectDomain) httpsPolicy(String httpsPolicy) Sets the value ofCfnConfigurationSetPropsMixin.TrackingOptionsProperty.getHttpsPolicy()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customRedirectDomain
@Stability(Stable) public CfnConfigurationSetPropsMixin.TrackingOptionsProperty.Builder customRedirectDomain(String customRedirectDomain) - Parameters:
customRedirectDomain- The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.- Returns:
this
-
httpsPolicy
@Stability(Stable) public CfnConfigurationSetPropsMixin.TrackingOptionsProperty.Builder httpsPolicy(String httpsPolicy) Sets the value ofCfnConfigurationSetPropsMixin.TrackingOptionsProperty.getHttpsPolicy()- Parameters:
httpsPolicy- The name of the configuration set used when sent through a configuration set with archiving enabled.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.TrackingOptionsProperty>- Returns:
- a new instance of
CfnConfigurationSetPropsMixin.TrackingOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-