Interface Credentials.Builder

    • Method Detail

      • username

        Credentials.Builder username​(String username)

        Specifies the user name for your storage system's management interface.

        Parameters:
        username - Specifies the user name for your storage system's management interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • password

        Credentials.Builder password​(String password)

        Specifies the password for your storage system's management interface.

        Parameters:
        password - Specifies the password for your storage system's management interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.