Interface NotifyConfigurationType.Builder

    • Method Detail

      • from

        NotifyConfigurationType.Builder from​(String from)

        The email address that sends the email message. The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.

        Parameters:
        from - The email address that sends the email message. The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replyTo

        NotifyConfigurationType.Builder replyTo​(String replyTo)

        The reply-to email address of an email template.

        Parameters:
        replyTo - The reply-to email address of an email template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceArn

        NotifyConfigurationType.Builder sourceArn​(String sourceArn)

        The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. This identity permits Amazon Cognito to send for the email address specified in the From parameter.

        Parameters:
        sourceArn - The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. This identity permits Amazon Cognito to send for the email address specified in the From parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blockEmail

        NotifyConfigurationType.Builder blockEmail​(NotifyEmailType blockEmail)

        The template for the email message that your user pool sends when a detected risk event is blocked.

        Parameters:
        blockEmail - The template for the email message that your user pool sends when a detected risk event is blocked.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • noActionEmail

        NotifyConfigurationType.Builder noActionEmail​(NotifyEmailType noActionEmail)

        The template for the email message that your user pool sends when no action is taken in response to a detected risk.

        Parameters:
        noActionEmail - The template for the email message that your user pool sends when no action is taken in response to a detected risk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mfaEmail

        NotifyConfigurationType.Builder mfaEmail​(NotifyEmailType mfaEmail)

        The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.

        Parameters:
        mfaEmail - The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.