Interface TrackingOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrackingOptions.Builder,TrackingOptions>,SdkBuilder<TrackingOptions.Builder,TrackingOptions>,SdkPojo
- Enclosing class:
- TrackingOptions
@Mutable @NotThreadSafe public static interface TrackingOptions.Builder extends SdkPojo, CopyableBuilder<TrackingOptions.Builder,TrackingOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrackingOptions.BuildercustomRedirectDomain(String customRedirectDomain)The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
customRedirectDomain
TrackingOptions.Builder customRedirectDomain(String customRedirectDomain)
The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.
- Parameters:
customRedirectDomain- The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-