Interface RedshiftDatabaseCredentials.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RedshiftDatabaseCredentials.Builder,RedshiftDatabaseCredentials>, SdkBuilder<RedshiftDatabaseCredentials.Builder,RedshiftDatabaseCredentials>, SdkPojo
Enclosing class:
RedshiftDatabaseCredentials

public static interface RedshiftDatabaseCredentials.Builder extends SdkPojo, CopyableBuilder<RedshiftDatabaseCredentials.Builder,RedshiftDatabaseCredentials>
  • Method Details

    • 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

      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.