pub struct Builder { /* private fields */ }
Expand description
A builder for PutInboundDmarcSettingsInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn organization_id(self, input: impl Into<String>) -> Self
pub fn organization_id(self, input: impl Into<String>) -> Self
The ID of the organization that you are applying the DMARC policy to.
sourcepub fn set_organization_id(self, input: Option<String>) -> Self
pub fn set_organization_id(self, input: Option<String>) -> Self
The ID of the organization that you are applying the DMARC policy to.
sourcepub fn set_enforced(self, input: Option<bool>) -> Self
pub fn set_enforced(self, input: Option<bool>) -> Self
Enforces or suspends a policy after it's applied.
sourcepub fn build(self) -> Result<PutInboundDmarcSettingsInput, BuildError>
pub fn build(self) -> Result<PutInboundDmarcSettingsInput, BuildError>
Consumes the builder and constructs a PutInboundDmarcSettingsInput
.