Interface RelayAuthentication.Builder

    • Method Detail

      • noAuthentication

        RelayAuthentication.Builder noAuthentication​(NoAuthentication noAuthentication)

        Keep an empty structure if the relay destination server does not require SMTP credential authentication.

        Parameters:
        noAuthentication - Keep an empty structure if the relay destination server does not require SMTP credential authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secretArn

        RelayAuthentication.Builder secretArn​(String secretArn)

        The ARN of the secret created in secrets manager where the relay server's SMTP credentials are stored.

        Parameters:
        secretArn - The ARN of the secret created in secrets manager where the relay server's SMTP credentials are stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.