Struct aws_sdk_sesv2::types::builders::PlacementStatisticsBuilder
source · #[non_exhaustive]pub struct PlacementStatisticsBuilder { /* private fields */ }Expand description
A builder for PlacementStatistics.
Implementations§
source§impl PlacementStatisticsBuilder
impl PlacementStatisticsBuilder
sourcepub fn inbox_percentage(self, input: f64) -> Self
pub fn inbox_percentage(self, input: f64) -> Self
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
sourcepub fn set_inbox_percentage(self, input: Option<f64>) -> Self
pub fn set_inbox_percentage(self, input: Option<f64>) -> Self
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
sourcepub fn spam_percentage(self, input: f64) -> Self
pub fn spam_percentage(self, input: f64) -> Self
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
sourcepub fn set_spam_percentage(self, input: Option<f64>) -> Self
pub fn set_spam_percentage(self, input: Option<f64>) -> Self
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
sourcepub fn missing_percentage(self, input: f64) -> Self
pub fn missing_percentage(self, input: f64) -> Self
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
sourcepub fn set_missing_percentage(self, input: Option<f64>) -> Self
pub fn set_missing_percentage(self, input: Option<f64>) -> Self
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
sourcepub fn spf_percentage(self, input: f64) -> Self
pub fn spf_percentage(self, input: f64) -> Self
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
sourcepub fn set_spf_percentage(self, input: Option<f64>) -> Self
pub fn set_spf_percentage(self, input: Option<f64>) -> Self
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
sourcepub fn dkim_percentage(self, input: f64) -> Self
pub fn dkim_percentage(self, input: f64) -> Self
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
sourcepub fn set_dkim_percentage(self, input: Option<f64>) -> Self
pub fn set_dkim_percentage(self, input: Option<f64>) -> Self
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
sourcepub fn build(self) -> PlacementStatistics
pub fn build(self) -> PlacementStatistics
Consumes the builder and constructs a PlacementStatistics.
Trait Implementations§
source§impl Clone for PlacementStatisticsBuilder
impl Clone for PlacementStatisticsBuilder
source§fn clone(&self) -> PlacementStatisticsBuilder
fn clone(&self) -> PlacementStatisticsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for PlacementStatisticsBuilder
impl Debug for PlacementStatisticsBuilder
source§impl Default for PlacementStatisticsBuilder
impl Default for PlacementStatisticsBuilder
source§fn default() -> PlacementStatisticsBuilder
fn default() -> PlacementStatisticsBuilder
source§impl PartialEq<PlacementStatisticsBuilder> for PlacementStatisticsBuilder
impl PartialEq<PlacementStatisticsBuilder> for PlacementStatisticsBuilder
source§fn eq(&self, other: &PlacementStatisticsBuilder) -> bool
fn eq(&self, other: &PlacementStatisticsBuilder) -> bool
self and other values to be equal, and is used
by ==.