Interface RedshiftDatabase.Builder

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

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

    • databaseName

      RedshiftDatabase.Builder databaseName(String databaseName)
      Sets the value of the DatabaseName property for this object.
      Parameters:
      databaseName - The new value for the DatabaseName property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusterIdentifier

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