Class CfnConfigurationSet.TrackingOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.pinpointemail.CfnConfigurationSet.TrackingOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSet.TrackingOptionsProperty>
- Enclosing interface:
CfnConfigurationSet.TrackingOptionsProperty
@Stability(Stable)
public static final class CfnConfigurationSet.TrackingOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSet.TrackingOptionsProperty>
A builder for
CfnConfigurationSet.TrackingOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.customRedirectDomain
(String customRedirectDomain) Sets the value ofCfnConfigurationSet.TrackingOptionsProperty.getCustomRedirectDomain()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customRedirectDomain
@Stability(Stable) public CfnConfigurationSet.TrackingOptionsProperty.Builder customRedirectDomain(String customRedirectDomain) Sets the value ofCfnConfigurationSet.TrackingOptionsProperty.getCustomRedirectDomain()
- Parameters:
customRedirectDomain
- The domain that you want to use for tracking open and click events.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConfigurationSet.TrackingOptionsProperty>
- Returns:
- a new instance of
CfnConfigurationSet.TrackingOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-