|
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.services.rds.model.OptionGroupOption
public class OptionGroupOption
Available option.
| Constructor Summary | |
|---|---|
OptionGroupOption()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Integer |
getDefaultPort()
If the option requires a port, specifies the default port for the option. |
String |
getDescription()
The description of the option. |
String |
getEngineName()
Engine name that this option can be applied to. |
String |
getMajorEngineVersion()
Indicates the major engine version that the option is available for. |
String |
getMinimumRequiredMinorEngineVersion()
The minimum required engine version for the option to be applied. |
String |
getName()
The name of the option. |
List<String> |
getOptionsDependedOn()
List of all options that are prerequisites for this option. |
Boolean |
getPortRequired()
Specifies whether the option requires a port. |
int |
hashCode()
|
Boolean |
isPortRequired()
Specifies whether the option requires a port. |
void |
setDefaultPort(Integer defaultPort)
If the option requires a port, specifies the default port for the option. |
void |
setDescription(String description)
The description of the option. |
void |
setEngineName(String engineName)
Engine name that this option can be applied to. |
void |
setMajorEngineVersion(String majorEngineVersion)
Indicates the major engine version that the option is available for. |
void |
setMinimumRequiredMinorEngineVersion(String minimumRequiredMinorEngineVersion)
The minimum required engine version for the option to be applied. |
void |
setName(String name)
The name of the option. |
void |
setOptionsDependedOn(Collection<String> optionsDependedOn)
List of all options that are prerequisites for this option. |
void |
setPortRequired(Boolean portRequired)
Specifies whether the option requires a port. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OptionGroupOption |
withDefaultPort(Integer defaultPort)
If the option requires a port, specifies the default port for the option. |
OptionGroupOption |
withDescription(String description)
The description of the option. |
OptionGroupOption |
withEngineName(String engineName)
Engine name that this option can be applied to. |
OptionGroupOption |
withMajorEngineVersion(String majorEngineVersion)
Indicates the major engine version that the option is available for. |
OptionGroupOption |
withMinimumRequiredMinorEngineVersion(String minimumRequiredMinorEngineVersion)
The minimum required engine version for the option to be applied. |
OptionGroupOption |
withName(String name)
The name of the option. |
OptionGroupOption |
withOptionsDependedOn(Collection<String> optionsDependedOn)
List of all options that are prerequisites for this option. |
OptionGroupOption |
withOptionsDependedOn(String... optionsDependedOn)
List of all options that are prerequisites for this option. |
OptionGroupOption |
withPortRequired(Boolean portRequired)
Specifies whether the option requires a port. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OptionGroupOption()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The name of the option.public OptionGroupOption withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - The name of the option.
public String getDescription()
public void setDescription(String description)
description - The description of the option.public OptionGroupOption withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - The description of the option.
public String getEngineName()
public void setEngineName(String engineName)
engineName - Engine name that this option can be applied to.public OptionGroupOption withEngineName(String engineName)
Returns a reference to this object so that method calls can be chained together.
engineName - Engine name that this option can be applied to.
public String getMajorEngineVersion()
public void setMajorEngineVersion(String majorEngineVersion)
majorEngineVersion - Indicates the major engine version that the option is available for.public OptionGroupOption withMajorEngineVersion(String majorEngineVersion)
Returns a reference to this object so that method calls can be chained together.
majorEngineVersion - Indicates the major engine version that the option is available for.
public String getMinimumRequiredMinorEngineVersion()
public void setMinimumRequiredMinorEngineVersion(String minimumRequiredMinorEngineVersion)
minimumRequiredMinorEngineVersion - The minimum required engine version for the option to be applied.public OptionGroupOption withMinimumRequiredMinorEngineVersion(String minimumRequiredMinorEngineVersion)
Returns a reference to this object so that method calls can be chained together.
minimumRequiredMinorEngineVersion - The minimum required engine version for the option to be applied.
public Boolean isPortRequired()
public void setPortRequired(Boolean portRequired)
portRequired - Specifies whether the option requires a port.public OptionGroupOption withPortRequired(Boolean portRequired)
Returns a reference to this object so that method calls can be chained together.
portRequired - Specifies whether the option requires a port.
public Boolean getPortRequired()
public Integer getDefaultPort()
public void setDefaultPort(Integer defaultPort)
defaultPort - If the option requires a port, specifies the default port for the
option.public OptionGroupOption withDefaultPort(Integer defaultPort)
Returns a reference to this object so that method calls can be chained together.
defaultPort - If the option requires a port, specifies the default port for the
option.
public List<String> getOptionsDependedOn()
public void setOptionsDependedOn(Collection<String> optionsDependedOn)
optionsDependedOn - List of all options that are prerequisites for this option.public OptionGroupOption withOptionsDependedOn(String... optionsDependedOn)
Returns a reference to this object so that method calls can be chained together.
optionsDependedOn - List of all options that are prerequisites for this option.
public OptionGroupOption withOptionsDependedOn(Collection<String> optionsDependedOn)
Returns a reference to this object so that method calls can be chained together.
optionsDependedOn - List of all options that are prerequisites for this option.
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 | ||||||