Interface CreateInvitationsRequest.Builder

    • Method Detail

      • accountIds

        CreateInvitationsRequest.Builder accountIds​(Collection<String> accountIds)

        An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.

        Parameters:
        accountIds - An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        CreateInvitationsRequest.Builder accountIds​(String... accountIds)

        An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.

        Parameters:
        accountIds - An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • disableEmailNotification

        CreateInvitationsRequest.Builder disableEmailNotification​(Boolean disableEmailNotification)

        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.

        Parameters:
        disableEmailNotification - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        CreateInvitationsRequest.Builder message​(String message)

        Custom text to include in the email message that contains the invitation. The text can contain as many as 80 alphanumeric characters.

        Parameters:
        message - Custom text to include in the email message that contains the invitation. The text can contain as many as 80 alphanumeric characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.