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