|
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.CreateOptionGroupRequest
public class CreateOptionGroupRequest
Container for the parameters to the CreateOptionGroup operation.
Creates a new Option Group. You can create up to 20 option groups.
AmazonRDS.createOptionGroup(CreateOptionGroupRequest),
Serialized Form| Constructor Summary | |
|---|---|
CreateOptionGroupRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getEngineName()
Specifies the name of the engine that this option group should be associated with. |
String |
getMajorEngineVersion()
Specifies the major version of the engine that this option group should be associated with. |
String |
getOptionGroupDescription()
The description of the option group. |
String |
getOptionGroupName()
Specifies the name of the option group to be created. |
int |
hashCode()
|
void |
setEngineName(String engineName)
Specifies the name of the engine that this option group should be associated with. |
void |
setMajorEngineVersion(String majorEngineVersion)
Specifies the major version of the engine that this option group should be associated with. |
void |
setOptionGroupDescription(String optionGroupDescription)
The description of the option group. |
void |
setOptionGroupName(String optionGroupName)
Specifies the name of the option group to be created. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateOptionGroupRequest |
withEngineName(String engineName)
Specifies the name of the engine that this option group should be associated with. |
CreateOptionGroupRequest |
withMajorEngineVersion(String majorEngineVersion)
Specifies the major version of the engine that this option group should be associated with. |
CreateOptionGroupRequest |
withOptionGroupDescription(String optionGroupDescription)
The description of the option group. |
CreateOptionGroupRequest |
withOptionGroupName(String optionGroupName)
Specifies the name of the option group to be created. |
| 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 CreateOptionGroupRequest()
| Method Detail |
|---|
public String getOptionGroupName()
Constraints:
Example:
myOptiongroup
Constraints:
Example:
myOptiongroup
public void setOptionGroupName(String optionGroupName)
Constraints:
Example:
myOptiongroup
optionGroupName - Specifies the name of the option group to be created. Constraints:
Example:
myOptiongroup
public CreateOptionGroupRequest withOptionGroupName(String optionGroupName)
Constraints:
Example:
myOptiongroup
Returns a reference to this object so that method calls can be chained together.
optionGroupName - Specifies the name of the option group to be created. Constraints:
Example:
myOptiongroup
public String getEngineName()
public void setEngineName(String engineName)
engineName - Specifies the name of the engine that this option group should be
associated with.public CreateOptionGroupRequest withEngineName(String engineName)
Returns a reference to this object so that method calls can be chained together.
engineName - Specifies the name of the engine that this option group should be
associated with.
public String getMajorEngineVersion()
public void setMajorEngineVersion(String majorEngineVersion)
majorEngineVersion - Specifies the major version of the engine that this option group
should be associated with.public CreateOptionGroupRequest withMajorEngineVersion(String majorEngineVersion)
Returns a reference to this object so that method calls can be chained together.
majorEngineVersion - Specifies the major version of the engine that this option group
should be associated with.
public String getOptionGroupDescription()
public void setOptionGroupDescription(String optionGroupDescription)
optionGroupDescription - The description of the option group.public CreateOptionGroupRequest withOptionGroupDescription(String optionGroupDescription)
Returns a reference to this object so that method calls can be chained together.
optionGroupDescription - The description of the option group.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||