Struct aws_sdk_sesv2::types::builders::VdmAttributesBuilder
source · #[non_exhaustive]pub struct VdmAttributesBuilder { /* private fields */ }Expand description
A builder for VdmAttributes.
Implementations§
source§impl VdmAttributesBuilder
impl VdmAttributesBuilder
sourcepub fn vdm_enabled(self, input: FeatureStatus) -> Self
pub fn vdm_enabled(self, input: FeatureStatus) -> Self
Specifies the status of your VDM configuration. Can be one of the following:
-
ENABLED– Amazon SES enables VDM for your account. -
DISABLED– Amazon SES disables VDM for your account.
sourcepub fn set_vdm_enabled(self, input: Option<FeatureStatus>) -> Self
pub fn set_vdm_enabled(self, input: Option<FeatureStatus>) -> Self
Specifies the status of your VDM configuration. Can be one of the following:
-
ENABLED– Amazon SES enables VDM for your account. -
DISABLED– Amazon SES disables VDM for your account.
sourcepub fn dashboard_attributes(self, input: DashboardAttributes) -> Self
pub fn dashboard_attributes(self, input: DashboardAttributes) -> Self
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
sourcepub fn set_dashboard_attributes(
self,
input: Option<DashboardAttributes>
) -> Self
pub fn set_dashboard_attributes( self, input: Option<DashboardAttributes> ) -> Self
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
sourcepub fn guardian_attributes(self, input: GuardianAttributes) -> Self
pub fn guardian_attributes(self, input: GuardianAttributes) -> Self
Specifies additional settings for your VDM configuration as applicable to the Guardian.
sourcepub fn set_guardian_attributes(self, input: Option<GuardianAttributes>) -> Self
pub fn set_guardian_attributes(self, input: Option<GuardianAttributes>) -> Self
Specifies additional settings for your VDM configuration as applicable to the Guardian.
sourcepub fn build(self) -> VdmAttributes
pub fn build(self) -> VdmAttributes
Consumes the builder and constructs a VdmAttributes.
Trait Implementations§
source§impl Clone for VdmAttributesBuilder
impl Clone for VdmAttributesBuilder
source§fn clone(&self) -> VdmAttributesBuilder
fn clone(&self) -> VdmAttributesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for VdmAttributesBuilder
impl Debug for VdmAttributesBuilder
source§impl Default for VdmAttributesBuilder
impl Default for VdmAttributesBuilder
source§fn default() -> VdmAttributesBuilder
fn default() -> VdmAttributesBuilder
source§impl PartialEq<VdmAttributesBuilder> for VdmAttributesBuilder
impl PartialEq<VdmAttributesBuilder> for VdmAttributesBuilder
source§fn eq(&self, other: &VdmAttributesBuilder) -> bool
fn eq(&self, other: &VdmAttributesBuilder) -> bool
self and other values to be equal, and is used
by ==.