|
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(java.lang.Object obj)
|
java.lang.Integer |
getDefaultPort()
If the option requires a port, specifies the default port for the option. |
java.lang.String |
getDescription()
The description of the option. |
java.lang.String |
getEngineName()
Engine name that this option can be applied to. |
java.lang.String |
getMajorEngineVersion()
Indicates the major engine version that the option is available for. |
java.lang.String |
getMinimumRequiredMinorEngineVersion()
The minimum required engine version for the option to be applied. |
java.lang.String |
getName()
The name of the option. |
java.util.List<OptionGroupOptionSetting> |
getOptionGroupOptionSettings()
Specifies the option settings that are available (and the default value) for each option in an option group. |
java.util.List<java.lang.String> |
getOptionsDependedOn()
List of all options that are prerequisites for this option. |
java.lang.Boolean |
getPersistent()
Specifies whether the option is persistent in an option group. |
java.lang.Boolean |
getPortRequired()
Specifies whether the option requires a port. |
int |
hashCode()
|
java.lang.Boolean |
isPersistent()
Specifies whether the option is persistent in an option group. |
java.lang.Boolean |
isPortRequired()
Specifies whether the option requires a port. |
void |
setDefaultPort(java.lang.Integer defaultPort)
If the option requires a port, specifies the default port for the option. |
void |
setDescription(java.lang.String description)
The description of the option. |
void |
setEngineName(java.lang.String engineName)
Engine name that this option can be applied to. |
void |
setMajorEngineVersion(java.lang.String majorEngineVersion)
Indicates the major engine version that the option is available for. |
void |
setMinimumRequiredMinorEngineVersion(java.lang.String minimumRequiredMinorEngineVersion)
The minimum required engine version for the option to be applied. |
void |
setName(java.lang.String name)
The name of the option. |
void |
setOptionGroupOptionSettings(java.util.Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
Specifies the option settings that are available (and the default value) for each option in an option group. |
void |
setOptionsDependedOn(java.util.Collection<java.lang.String> optionsDependedOn)
List of all options that are prerequisites for this option. |
void |
setPersistent(java.lang.Boolean persistent)
Specifies whether the option is persistent in an option group. |
void |
setPortRequired(java.lang.Boolean portRequired)
Specifies whether the option requires a port. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OptionGroupOption |
withDefaultPort(java.lang.Integer defaultPort)
If the option requires a port, specifies the default port for the option. |
OptionGroupOption |
withDescription(java.lang.String description)
The description of the option. |
OptionGroupOption |
withEngineName(java.lang.String engineName)
Engine name that this option can be applied to. |
OptionGroupOption |
withMajorEngineVersion(java.lang.String majorEngineVersion)
Indicates the major engine version that the option is available for. |
OptionGroupOption |
withMinimumRequiredMinorEngineVersion(java.lang.String minimumRequiredMinorEngineVersion)
The minimum required engine version for the option to be applied. |
OptionGroupOption |
withName(java.lang.String name)
The name of the option. |
OptionGroupOption |
withOptionGroupOptionSettings(java.util.Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
Specifies the option settings that are available (and the default value) for each option in an option group. |
OptionGroupOption |
withOptionGroupOptionSettings(OptionGroupOptionSetting... optionGroupOptionSettings)
Specifies the option settings that are available (and the default value) for each option in an option group. |
OptionGroupOption |
withOptionsDependedOn(java.util.Collection<java.lang.String> optionsDependedOn)
List of all options that are prerequisites for this option. |
OptionGroupOption |
withOptionsDependedOn(java.lang.String... optionsDependedOn)
List of all options that are prerequisites for this option. |
OptionGroupOption |
withPersistent(java.lang.Boolean persistent)
Specifies whether the option is persistent in an option group. |
OptionGroupOption |
withPortRequired(java.lang.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 java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the option.public OptionGroupOption withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
name - The name of the option.
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description of the option.public OptionGroupOption withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - The description of the option.
public java.lang.String getEngineName()
public void setEngineName(java.lang.String engineName)
engineName - Engine name that this option can be applied to.public OptionGroupOption withEngineName(java.lang.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 java.lang.String getMajorEngineVersion()
public void setMajorEngineVersion(java.lang.String majorEngineVersion)
majorEngineVersion - Indicates the major engine version that the option is available for.public OptionGroupOption withMajorEngineVersion(java.lang.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 java.lang.String getMinimumRequiredMinorEngineVersion()
public void setMinimumRequiredMinorEngineVersion(java.lang.String minimumRequiredMinorEngineVersion)
minimumRequiredMinorEngineVersion - The minimum required engine version for the option to be applied.public OptionGroupOption withMinimumRequiredMinorEngineVersion(java.lang.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 java.lang.Boolean isPortRequired()
public void setPortRequired(java.lang.Boolean portRequired)
portRequired - Specifies whether the option requires a port.public OptionGroupOption withPortRequired(java.lang.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 java.lang.Boolean getPortRequired()
public java.lang.Integer getDefaultPort()
public void setDefaultPort(java.lang.Integer defaultPort)
defaultPort - If the option requires a port, specifies the default port for the
option.public OptionGroupOption withDefaultPort(java.lang.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 java.util.List<java.lang.String> getOptionsDependedOn()
public void setOptionsDependedOn(java.util.Collection<java.lang.String> optionsDependedOn)
optionsDependedOn - List of all options that are prerequisites for this option.public OptionGroupOption withOptionsDependedOn(java.lang.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(java.util.Collection<java.lang.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 java.lang.Boolean isPersistent()
public void setPersistent(java.lang.Boolean persistent)
persistent - Specifies whether the option is persistent in an option group.public OptionGroupOption withPersistent(java.lang.Boolean persistent)
Returns a reference to this object so that method calls can be chained together.
persistent - Specifies whether the option is persistent in an option group.
public java.lang.Boolean getPersistent()
public java.util.List<OptionGroupOptionSetting> getOptionGroupOptionSettings()
public void setOptionGroupOptionSettings(java.util.Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
optionGroupOptionSettings - Specifies the option settings that are available (and the default
value) for each option in an option group.public OptionGroupOption withOptionGroupOptionSettings(OptionGroupOptionSetting... optionGroupOptionSettings)
Returns a reference to this object so that method calls can be chained together.
optionGroupOptionSettings - Specifies the option settings that are available (and the default
value) for each option in an option group.
public OptionGroupOption withOptionGroupOptionSettings(java.util.Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
Returns a reference to this object so that method calls can be chained together.
optionGroupOptionSettings - Specifies the option settings that are available (and the default
value) for each option in an option 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 | ||||||