Interface UserPoolClientDescription.Builder

  • Method Details

    • clientId

      The app client ID.

      Parameters:
      clientId - The app client ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userPoolId

      UserPoolClientDescription.Builder userPoolId(String userPoolId)

      The ID of the user pool that's associated with the app client.

      Parameters:
      userPoolId - The ID of the user pool that's associated with the app client.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientName

      UserPoolClientDescription.Builder clientName(String clientName)

      The app client name.

      Parameters:
      clientName - The app client name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.