Interface UsernamePassword.Builder

  • Method Details

    • username

      UsernamePassword.Builder username(String username)

      The username associated with the temporary credentials that you use to connect to cluster endpoints.

      Parameters:
      username - The username associated with the temporary credentials that you use to connect to cluster endpoints.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • password

      UsernamePassword.Builder password(String password)

      The password associated with the temporary credentials that you use to connect to cluster endpoints.

      Parameters:
      password - The password associated with the temporary credentials that you use to connect to cluster endpoints.
      Returns:
      Returns a reference to this object so that method calls can be chained together.