Interface RedshiftDatabaseCredentials.Builder

    • Method Detail

      • username

        RedshiftDatabaseCredentials.Builder username​(String username)
        Sets the value of the Username property for this object.
        Parameters:
        username - The new value for the Username property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • password

        RedshiftDatabaseCredentials.Builder password​(String password)
        Sets the value of the Password property for this object.
        Parameters:
        password - The new value for the Password property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.