|
|||||||
| 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.
Creates a new database parameter group.
AmazonRDS.createDBParameterGroup(CreateDBParameterGroupRequest)| Constructor Summary | |
|---|---|
CreateDBParameterGroupRequest()
Default constructor for a new CreateDBParameterGroupRequest object. |
|
CreateDBParameterGroupRequest(java.lang.String dBParameterGroupName,
java.lang.String dBParameterGroupFamily,
java.lang.String description)
Constructs a new CreateDBParameterGroupRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDBParameterGroupFamily()
The DB parameter group family name. |
java.lang.String |
getDBParameterGroupName()
The name of the DB Parameter Group. |
java.lang.String |
getDescription()
The description for the DB Parameter Group. |
int |
hashCode()
|
void |
setDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
The DB parameter group family name. |
void |
setDBParameterGroupName(java.lang.String dBParameterGroupName)
The name of the DB Parameter Group. |
void |
setDescription(java.lang.String description)
The description for the DB Parameter Group. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateDBParameterGroupRequest |
withDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
The DB parameter group family name. |
CreateDBParameterGroupRequest |
withDBParameterGroupName(java.lang.String dBParameterGroupName)
The name of the DB Parameter Group. |
CreateDBParameterGroupRequest |
withDescription(java.lang.String description)
The description for the DB Parameter Group. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateDBParameterGroupRequest()
public CreateDBParameterGroupRequest(java.lang.String dBParameterGroupName,
java.lang.String dBParameterGroupFamily,
java.lang.String description)
dBParameterGroupName - The name of the DB Parameter Group. Constraints:
dBParameterGroupFamily - The DB parameter group family name. A DB
parameter group can be associated with one and only one DB parameter
group family, and can be applied only to a DB instance running a
database engine compatible with that DB parameter group family and
version.description - The description for the DB Parameter Group.| Method Detail |
|---|
public java.lang.String getDBParameterGroupName()
Constraints:
Constraints:
public void setDBParameterGroupName(java.lang.String dBParameterGroupName)
Constraints:
dBParameterGroupName - The name of the DB Parameter Group. Constraints:
public CreateDBParameterGroupRequest withDBParameterGroupName(java.lang.String dBParameterGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupName - The name of the DB Parameter Group. Constraints:
public java.lang.String getDBParameterGroupFamily()
public void setDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
dBParameterGroupFamily - The DB parameter group family name. A DB parameter group can be
associated with one and only one DB parameter group family, and can be
applied only to a DB instance running a database engine compatible
with that DB parameter group family and version.public CreateDBParameterGroupRequest withDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupFamily - The DB parameter group family name. A DB parameter group can be
associated with one and only one DB parameter group family, and can be
applied only to a DB instance running a database engine compatible
with that DB parameter group family and version.
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description for the DB Parameter Group.public CreateDBParameterGroupRequest withDescription(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||