|
Did this page help you?Yes No Tell us about it... |
||||||
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 DB Parameter Group.
A DB Parameter Group is initially created with the default parameters for the database engine used by the DB Instance. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBParameterGroup . Once you've created a DB Parameter Group, you need to associate it with your DB Instance using ModifyDBInstance . When you associate a new DB Parameter Group with a running DB Instance, you need to reboot the DB Instance for the new DB Parameter Group and associated settings to take effect.
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 and engine version compatible with that DB Parameter
Group Family.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 and engine
version compatible with that DB Parameter Group Family.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 and engine
version compatible with that DB Parameter Group Family.
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.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public 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 |