|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.DBParameterGroup
public class DBParameterGroup
Constructor Summary | |
---|---|
DBParameterGroup()
|
Method Summary | |
---|---|
String |
getDBParameterGroupName()
Provides the name of the DB Parameter Group. |
String |
getDescription()
Provides the customer-specified description for this DB Parameter Group. |
String |
getEngine()
Provides the name of the database engine that is compatible with this DB Parameter Group. |
void |
setDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB Parameter Group. |
void |
setDescription(String description)
Provides the customer-specified description for this DB Parameter Group. |
void |
setEngine(String engine)
Provides the name of the database engine that is compatible with this DB Parameter Group. |
String |
toString()
|
DBParameterGroup |
withDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB Parameter Group. |
DBParameterGroup |
withDescription(String description)
Provides the customer-specified description for this DB Parameter Group. |
DBParameterGroup |
withEngine(String engine)
Provides the name of the database engine that is compatible with this DB Parameter Group. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBParameterGroup()
Method Detail |
---|
public String getDBParameterGroupName()
public void setDBParameterGroupName(String dBParameterGroupName)
dBParameterGroupName
- Provides the name of the DB Parameter Group.public DBParameterGroup withDBParameterGroupName(String dBParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupName
- Provides the name of the DB Parameter Group.
public String getEngine()
public void setEngine(String engine)
engine
- Provides the name of the database engine that is compatible with this
DB Parameter Group.public DBParameterGroup withEngine(String engine)
Returns a reference to this object so that method calls can be chained together.
engine
- Provides the name of the database engine that is compatible with this
DB Parameter Group.
public String getDescription()
public void setDescription(String description)
description
- Provides the customer-specified description for this DB Parameter
Group.public DBParameterGroup withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- Provides the customer-specified description for this DB Parameter
Group.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |