|
|||||||
| 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
Container for the parameters to the CreateDBParameterGroup operation.
This API creates a new database parameter group.
AmazonRDS.createDBParameterGroup(CreateDBParameterGroupRequest)| Constructor Summary | |
|---|---|
CreateDBParameterGroupRequest()
Default constructor for a new CreateDBParameterGroupRequest object. |
|
CreateDBParameterGroupRequest(String dBParameterGroupName,
String dBParameterGroupFamily,
String description)
Constructs a new CreateDBParameterGroupRequest object. |
|
| Method Summary | |
|---|---|
String |
getDBParameterGroupFamily()
The name of the DB Parameter Group Family the DB Parameter Group can be used with. |
String |
getDBParameterGroupName()
The name of the DB Parameter Group. |
String |
getDescription()
The description for the DB Parameter Group. |
void |
setDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB Parameter Group Family 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. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateDBParameterGroupRequest |
withDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB Parameter Group Family the DB Parameter Group can be used with. |
CreateDBParameterGroupRequest |
withDBParameterGroupName(String dBParameterGroupName)
The name of the DB Parameter Group. |
CreateDBParameterGroupRequest |
withDescription(String description)
The description for the DB Parameter Group. |
| 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()
public CreateDBParameterGroupRequest(String dBParameterGroupName,
String dBParameterGroupFamily,
String description)
dBParameterGroupName - The name of the DB Parameter Group.dBParameterGroupFamily - The name of the DB Parameter Group
Family the DB Parameter Group can be used with.description - The description for the DB Parameter Group.| 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 getDBParameterGroupFamily()
public void setDBParameterGroupFamily(String dBParameterGroupFamily)
dBParameterGroupFamily - The name of the DB Parameter Group Family the DB Parameter Group can
be used with.public CreateDBParameterGroupRequest withDBParameterGroupFamily(String dBParameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupFamily - The name of the DB Parameter Group Family 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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||