Class RedshiftDatabase
java.lang.Object
com.amazonaws.services.machinelearning.model.RedshiftDatabase
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the database details required to connect to an Amazon Redshift database.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setClusterIdentifier
(String clusterIdentifier) void
setDatabaseName
(String databaseName) toString()
Returns a string representation of this object; useful for testing and debugging.withClusterIdentifier
(String clusterIdentifier) withDatabaseName
(String databaseName)
-
Constructor Details
-
RedshiftDatabase
public RedshiftDatabase()
-
-
Method Details
-
setDatabaseName
- Parameters:
databaseName
-
-
getDatabaseName
- Returns:
-
withDatabaseName
- Parameters:
databaseName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClusterIdentifier
- Parameters:
clusterIdentifier
-
-
getClusterIdentifier
- Returns:
-
withClusterIdentifier
- Parameters:
clusterIdentifier
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-