Struct aws_sdk_macie2::input::create_invitations_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateInvitationsInput
Implementations
Appends an item to account_ids
.
To override the contents of this collection use set_account_ids
.
An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.
An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.
Specifies whether to send the invitation as an email message. If this value is false, Amazon Macie sends the invitation (as an email message) to the email address that you specified for the recipient's account when you associated the account with your account. The default value is false.
Specifies whether to send the invitation as an email message. If this value is false, Amazon Macie sends the invitation (as an email message) to the email address that you specified for the recipient's account when you associated the account with your account. The default value is false.
Custom text to include in the email message that contains the invitation. The text can contain as many as 80 alphanumeric characters.
Custom text to include in the email message that contains the invitation. The text can contain as many as 80 alphanumeric characters.
Consumes the builder and constructs a CreateInvitationsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more