Interface UserStackAssociation.Builder

  • Method Details

    • 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

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

      UserStackAssociation.Builder authenticationType(String authenticationType)

      The authentication type for the user.

      Parameters:
      authenticationType - The authentication type for the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authenticationType

      UserStackAssociation.Builder authenticationType(AuthenticationType authenticationType)

      The authentication type for the user.

      Parameters:
      authenticationType - The authentication type for the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.