Class RedshiftDatabaseCredentials

    • Constructor Detail

      • RedshiftDatabaseCredentials

        public RedshiftDatabaseCredentials()
    • Method Detail

      • setUsername

        public void setUsername​(String username)
        Parameters:
        username -
      • getUsername

        public String getUsername()
        Returns:
      • withUsername

        public RedshiftDatabaseCredentials withUsername​(String username)
        Parameters:
        username -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPassword

        public void setPassword​(String password)
        Parameters:
        password -
      • getPassword

        public String getPassword()
        Returns:
      • withPassword

        public RedshiftDatabaseCredentials withPassword​(String password)
        Parameters:
        password -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object