Interface TrackingConfigurationOverrides.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TrackingConfigurationOverrides.Builder,,TrackingConfigurationOverrides> SdkBuilder<TrackingConfigurationOverrides.Builder,,TrackingConfigurationOverrides> SdkPojo
- Enclosing class:
TrackingConfigurationOverrides
-
Method Summary
Modifier and TypeMethodDescriptionclickTrackingEnabled(String clickTrackingEnabled) Specifies whether Amazon SES tracks when the recipient clicks a link in this message.clickTrackingEnabled(FeatureStatus clickTrackingEnabled) Specifies whether Amazon SES tracks when the recipient clicks a link in this message.openTrackingEnabled(String openTrackingEnabled) Specifies whether Amazon SES tracks when the recipient opens this message.openTrackingEnabled(FeatureStatus openTrackingEnabled) Specifies whether Amazon SES tracks when the recipient opens this message.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
openTrackingEnabled
Specifies whether Amazon SES tracks when the recipient opens this message. Can be one of the following:
-
ENABLED– Amazon SES tracks opens for this message, even when your account-level and configuration set settings don't enable open tracking. -
DISABLED– Amazon SES doesn't track opens for this message, even when your account-level or configuration set settings enable open tracking. Amazon SES doesn't add the tracking image to the message.
If you don't specify this value, Amazon SES uses the open tracking setting that would otherwise apply to the message.
- Parameters:
openTrackingEnabled- Specifies whether Amazon SES tracks when the recipient opens this message. Can be one of the following:-
ENABLED– Amazon SES tracks opens for this message, even when your account-level and configuration set settings don't enable open tracking. -
DISABLED– Amazon SES doesn't track opens for this message, even when your account-level or configuration set settings enable open tracking. Amazon SES doesn't add the tracking image to the message.
If you don't specify this value, Amazon SES uses the open tracking setting that would otherwise apply to the message.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
openTrackingEnabled
Specifies whether Amazon SES tracks when the recipient opens this message. Can be one of the following:
-
ENABLED– Amazon SES tracks opens for this message, even when your account-level and configuration set settings don't enable open tracking. -
DISABLED– Amazon SES doesn't track opens for this message, even when your account-level or configuration set settings enable open tracking. Amazon SES doesn't add the tracking image to the message.
If you don't specify this value, Amazon SES uses the open tracking setting that would otherwise apply to the message.
- Parameters:
openTrackingEnabled- Specifies whether Amazon SES tracks when the recipient opens this message. Can be one of the following:-
ENABLED– Amazon SES tracks opens for this message, even when your account-level and configuration set settings don't enable open tracking. -
DISABLED– Amazon SES doesn't track opens for this message, even when your account-level or configuration set settings enable open tracking. Amazon SES doesn't add the tracking image to the message.
If you don't specify this value, Amazon SES uses the open tracking setting that would otherwise apply to the message.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
clickTrackingEnabled
Specifies whether Amazon SES tracks when the recipient clicks a link in this message. Can be one of the following:
-
ENABLED– Amazon SES tracks clicks for this message, even when your account-level and configuration set settings don't enable click tracking. -
DISABLED– Amazon SES doesn't track clicks for this message, even when your account-level or configuration set settings enable click tracking. Amazon SES doesn't rewrite the links in the message.
If you don't specify this value, Amazon SES uses the click tracking setting that would otherwise apply to the message.
Enabling open or click tracking with an override doesn't create an event destination. Amazon SES records the resulting open and click events in VDM, where you can review them using VDM metrics and Message Insights. To also receive these events at a destination that you own, the configuration set that the message uses must have an event destination that publishes open and click events.
- Parameters:
clickTrackingEnabled- Specifies whether Amazon SES tracks when the recipient clicks a link in this message. Can be one of the following:-
ENABLED– Amazon SES tracks clicks for this message, even when your account-level and configuration set settings don't enable click tracking. -
DISABLED– Amazon SES doesn't track clicks for this message, even when your account-level or configuration set settings enable click tracking. Amazon SES doesn't rewrite the links in the message.
If you don't specify this value, Amazon SES uses the click tracking setting that would otherwise apply to the message.
Enabling open or click tracking with an override doesn't create an event destination. Amazon SES records the resulting open and click events in VDM, where you can review them using VDM metrics and Message Insights. To also receive these events at a destination that you own, the configuration set that the message uses must have an event destination that publishes open and click events.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
clickTrackingEnabled
Specifies whether Amazon SES tracks when the recipient clicks a link in this message. Can be one of the following:
-
ENABLED– Amazon SES tracks clicks for this message, even when your account-level and configuration set settings don't enable click tracking. -
DISABLED– Amazon SES doesn't track clicks for this message, even when your account-level or configuration set settings enable click tracking. Amazon SES doesn't rewrite the links in the message.
If you don't specify this value, Amazon SES uses the click tracking setting that would otherwise apply to the message.
Enabling open or click tracking with an override doesn't create an event destination. Amazon SES records the resulting open and click events in VDM, where you can review them using VDM metrics and Message Insights. To also receive these events at a destination that you own, the configuration set that the message uses must have an event destination that publishes open and click events.
- Parameters:
clickTrackingEnabled- Specifies whether Amazon SES tracks when the recipient clicks a link in this message. Can be one of the following:-
ENABLED– Amazon SES tracks clicks for this message, even when your account-level and configuration set settings don't enable click tracking. -
DISABLED– Amazon SES doesn't track clicks for this message, even when your account-level or configuration set settings enable click tracking. Amazon SES doesn't rewrite the links in the message.
If you don't specify this value, Amazon SES uses the click tracking setting that would otherwise apply to the message.
Enabling open or click tracking with an override doesn't create an event destination. Amazon SES records the resulting open and click events in VDM, where you can review them using VDM metrics and Message Insights. To also receive these events at a destination that you own, the configuration set that the message uses must have an event destination that publishes open and click events.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-