Interface CreateInvitationsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateInvitationsRequest.Builder,CreateInvitationsRequest>, Macie2Request.Builder, SdkBuilder<CreateInvitationsRequest.Builder,CreateInvitationsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateInvitationsRequest

public static interface CreateInvitationsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<CreateInvitationsRequest.Builder,CreateInvitationsRequest>
  • Method Details

    • 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

      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.
    • overrideConfiguration

      CreateInvitationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.