Struct aws_sdk_ses::types::builders::TrackingOptionsBuilder
source · #[non_exhaustive]pub struct TrackingOptionsBuilder { /* private fields */ }
Expand description
A builder for TrackingOptions
.
Implementations§
source§impl TrackingOptionsBuilder
impl TrackingOptionsBuilder
sourcepub fn custom_redirect_domain(self, input: impl Into<String>) -> Self
pub fn custom_redirect_domain(self, input: impl Into<String>) -> Self
The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.
sourcepub fn set_custom_redirect_domain(self, input: Option<String>) -> Self
pub fn set_custom_redirect_domain(self, input: Option<String>) -> Self
The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.
sourcepub fn get_custom_redirect_domain(&self) -> &Option<String>
pub fn get_custom_redirect_domain(&self) -> &Option<String>
The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.
sourcepub fn build(self) -> TrackingOptions
pub fn build(self) -> TrackingOptions
Consumes the builder and constructs a TrackingOptions
.
Trait Implementations§
source§impl Clone for TrackingOptionsBuilder
impl Clone for TrackingOptionsBuilder
source§fn clone(&self) -> TrackingOptionsBuilder
fn clone(&self) -> TrackingOptionsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TrackingOptionsBuilder
impl Debug for TrackingOptionsBuilder
source§impl Default for TrackingOptionsBuilder
impl Default for TrackingOptionsBuilder
source§fn default() -> TrackingOptionsBuilder
fn default() -> TrackingOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for TrackingOptionsBuilder
impl PartialEq for TrackingOptionsBuilder
source§fn eq(&self, other: &TrackingOptionsBuilder) -> bool
fn eq(&self, other: &TrackingOptionsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TrackingOptionsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for TrackingOptionsBuilder
impl Send for TrackingOptionsBuilder
impl Sync for TrackingOptionsBuilder
impl Unpin for TrackingOptionsBuilder
impl UnwindSafe for TrackingOptionsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.