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