Interface TrackingOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrackingOptions.Builder,
,TrackingOptions> SdkBuilder<TrackingOptions.Builder,
,TrackingOptions> SdkPojo
- Enclosing class:
TrackingOptions
public static interface TrackingOptions.Builder
extends SdkPojo, CopyableBuilder<TrackingOptions.Builder,TrackingOptions>
-
Method Summary
Modifier and TypeMethodDescriptioncustomRedirectDomain
(String customRedirectDomain) The domain to use for tracking open and click events.httpsPolicy
(String httpsPolicy) The https policy to use for tracking open and click events.httpsPolicy
(HttpsPolicy httpsPolicy) The https policy to use for tracking open and click events.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, sdkFields
-
Method Details
-
customRedirectDomain
The domain to use for tracking open and click events.
- Parameters:
customRedirectDomain
- The domain to use for tracking open and click events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpsPolicy
The https policy to use for tracking open and click events.
- Parameters:
httpsPolicy
- The https policy to use for tracking open and click events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
httpsPolicy
The https policy to use for tracking open and click events.
- Parameters:
httpsPolicy
- The https policy to use for tracking open and click events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-