Class CfnConfigurationSetPropsMixin.TrackingOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.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)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customRedirectDomain
@Stability(Stable) public CfnConfigurationSetPropsMixin.TrackingOptionsProperty.Builder customRedirectDomain(String customRedirectDomain) - Parameters:
customRedirectDomain- The domain that you want to use for tracking open and click events.- 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
-