pub struct CreateConfigurationSetTrackingOptions { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateConfigurationSetTrackingOptions
.
Creates an association between a configuration set and a custom domain for open and click event tracking.
By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.
Implementations§
source§impl CreateConfigurationSetTrackingOptions
impl CreateConfigurationSetTrackingOptions
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateConfigurationSetTrackingOptions, AwsResponseRetryClassifier>, SdkError<CreateConfigurationSetTrackingOptionsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CreateConfigurationSetTrackingOptions, AwsResponseRetryClassifier>, SdkError<CreateConfigurationSetTrackingOptionsError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CreateConfigurationSetTrackingOptionsOutput, SdkError<CreateConfigurationSetTrackingOptionsError>>
pub async fn send(
self
) -> Result<CreateConfigurationSetTrackingOptionsOutput, SdkError<CreateConfigurationSetTrackingOptionsError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn configuration_set_name(self, input: impl Into<String>) -> Self
pub fn configuration_set_name(self, input: impl Into<String>) -> Self
The name of the configuration set that the tracking options should be associated with.
sourcepub fn set_configuration_set_name(self, input: Option<String>) -> Self
pub fn set_configuration_set_name(self, input: Option<String>) -> Self
The name of the configuration set that the tracking options should be associated with.
sourcepub fn tracking_options(self, input: TrackingOptions) -> Self
pub fn tracking_options(self, input: TrackingOptions) -> Self
A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.
For more information, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide.
sourcepub fn set_tracking_options(self, input: Option<TrackingOptions>) -> Self
pub fn set_tracking_options(self, input: Option<TrackingOptions>) -> Self
A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.
For more information, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide.
Trait Implementations§
source§impl Clone for CreateConfigurationSetTrackingOptions
impl Clone for CreateConfigurationSetTrackingOptions
source§fn clone(&self) -> CreateConfigurationSetTrackingOptions
fn clone(&self) -> CreateConfigurationSetTrackingOptions
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more