|
|||||||
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(String dBParameterGroupName,
String dBParameterGroupFamily,
String description)
Constructs a new CreateDBParameterGroupRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDBParameterGroupFamily()
The DB parameter group family name. |
String |
getDBParameterGroupName()
The name of the DB Parameter Group. |
String |
getDescription()
The description for the DB Parameter Group. |
int |
hashCode()
|
void |
setDBParameterGroupFamily(String dBParameterGroupFamily)
The DB parameter group family name. |
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 DB parameter group family name. |
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, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, 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. 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 String getDBParameterGroupName()
Constraints:
Constraints:
public void setDBParameterGroupName(String dBParameterGroupName)
Constraints:
dBParameterGroupName
- The name of the DB Parameter Group. Constraints:
public CreateDBParameterGroupRequest withDBParameterGroupName(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 String getDBParameterGroupFamily()
public void setDBParameterGroupFamily(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(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 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
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |