Struct aws_sdk_sesv2::types::builders::DashboardOptionsBuilder
source · #[non_exhaustive]pub struct DashboardOptionsBuilder { /* private fields */ }Expand description
A builder for DashboardOptions.
Implementations§
source§impl DashboardOptionsBuilder
impl DashboardOptionsBuilder
sourcepub fn engagement_metrics(self, input: FeatureStatus) -> Self
pub fn engagement_metrics(self, input: FeatureStatus) -> Self
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
-
ENABLED– Amazon SES enables engagement metrics for the configuration set. -
DISABLED– Amazon SES disables engagement metrics for the configuration set.
sourcepub fn set_engagement_metrics(self, input: Option<FeatureStatus>) -> Self
pub fn set_engagement_metrics(self, input: Option<FeatureStatus>) -> Self
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
-
ENABLED– Amazon SES enables engagement metrics for the configuration set. -
DISABLED– Amazon SES disables engagement metrics for the configuration set.
sourcepub fn get_engagement_metrics(&self) -> &Option<FeatureStatus>
pub fn get_engagement_metrics(&self) -> &Option<FeatureStatus>
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
-
ENABLED– Amazon SES enables engagement metrics for the configuration set. -
DISABLED– Amazon SES disables engagement metrics for the configuration set.
sourcepub fn build(self) -> DashboardOptions
pub fn build(self) -> DashboardOptions
Consumes the builder and constructs a DashboardOptions.
Trait Implementations§
source§impl Clone for DashboardOptionsBuilder
impl Clone for DashboardOptionsBuilder
source§fn clone(&self) -> DashboardOptionsBuilder
fn clone(&self) -> DashboardOptionsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DashboardOptionsBuilder
impl Debug for DashboardOptionsBuilder
source§impl Default for DashboardOptionsBuilder
impl Default for DashboardOptionsBuilder
source§fn default() -> DashboardOptionsBuilder
fn default() -> DashboardOptionsBuilder
source§impl PartialEq for DashboardOptionsBuilder
impl PartialEq for DashboardOptionsBuilder
source§fn eq(&self, other: &DashboardOptionsBuilder) -> bool
fn eq(&self, other: &DashboardOptionsBuilder) -> bool
self and other values to be equal, and is used
by ==.