pub struct Builder { /* private fields */ }
Expand description
A builder for GetIdentityNotificationAttributesInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn identities(self, input: impl Into<String>) -> Self
pub fn identities(self, input: impl Into<String>) -> Self
Appends an item to identities
.
To override the contents of this collection use set_identities
.
A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
sourcepub fn set_identities(self, input: Option<Vec<String>>) -> Self
pub fn set_identities(self, input: Option<Vec<String>>) -> Self
A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
sourcepub fn build(self) -> Result<GetIdentityNotificationAttributesInput, BuildError>
pub fn build(self) -> Result<GetIdentityNotificationAttributesInput, BuildError>
Consumes the builder and constructs a GetIdentityNotificationAttributesInput
.