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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.customRedirectDomain(String customRedirectDomain) Sets the value ofCfnConfigurationSet.TrackingOptionsProperty.getCustomRedirectDomain()
- 
Constructor Details- 
Builderpublic 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
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnConfigurationSet.TrackingOptionsProperty>
- Returns:
- a new instance of CfnConfigurationSet.TrackingOptionsProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-