Interface UserStackAssociation.Builder

    • Method Detail

      • stackName

        UserStackAssociation.Builder stackName​(String stackName)

        The name of the stack that is associated with the user.

        Parameters:
        stackName - The name of the stack that is associated with the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userName

        UserStackAssociation.Builder userName​(String userName)

        The email address of the user who is associated with the stack.

        Users' email addresses are case-sensitive.

        Parameters:
        userName - The email address of the user who is associated with the stack.

        Users' email addresses are case-sensitive.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sendEmailNotification

        UserStackAssociation.Builder sendEmailNotification​(Boolean sendEmailNotification)

        Specifies whether a welcome email is sent to a user after the user is created in the user pool.

        Parameters:
        sendEmailNotification - Specifies whether a welcome email is sent to a user after the user is created in the user pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.