@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OptionGroupOption extends Object implements Serializable, Cloneable
Available option.
Constructor and Description |
---|
OptionGroupOption() |
Modifier and Type | Method and Description |
---|---|
OptionGroupOption |
clone() |
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()
The name of the engine 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<OptionGroupOptionSetting> |
getOptionGroupOptionSettings()
The option settings that are available (and the default value) for each option in an option group.
|
List<OptionVersion> |
getOptionGroupOptionVersions()
The versions that are available for the option.
|
List<String> |
getOptionsConflictsWith()
The options that conflict with this option.
|
List<String> |
getOptionsDependedOn()
The options that are prerequisites for this option.
|
Boolean |
getPermanent()
Permanent options can never be removed from an option group.
|
Boolean |
getPersistent()
Persistent options can't be removed from an option group while DB instances are associated with the option group.
|
Boolean |
getPortRequired()
Specifies whether the option requires a port.
|
Boolean |
getRequiresAutoMinorEngineVersionUpgrade()
If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this
option.
|
Boolean |
getSupportsOptionVersionDowngrade()
If true, you can change the option to an earlier version of the option.
|
Boolean |
getVpcOnly()
If true, you can only use this option with a DB instance that is in a VPC.
|
int |
hashCode() |
Boolean |
isPermanent()
Permanent options can never be removed from an option group.
|
Boolean |
isPersistent()
Persistent options can't be removed from an option group while DB instances are associated with the option group.
|
Boolean |
isPortRequired()
Specifies whether the option requires a port.
|
Boolean |
isRequiresAutoMinorEngineVersionUpgrade()
If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this
option.
|
Boolean |
isSupportsOptionVersionDowngrade()
If true, you can change the option to an earlier version of the option.
|
Boolean |
isVpcOnly()
If true, you can only use this option with a DB instance that is in a VPC.
|
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)
The name of the engine 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 |
setOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
The option settings that are available (and the default value) for each option in an option group.
|
void |
setOptionGroupOptionVersions(Collection<OptionVersion> optionGroupOptionVersions)
The versions that are available for the option.
|
void |
setOptionsConflictsWith(Collection<String> optionsConflictsWith)
The options that conflict with this option.
|
void |
setOptionsDependedOn(Collection<String> optionsDependedOn)
The options that are prerequisites for this option.
|
void |
setPermanent(Boolean permanent)
Permanent options can never be removed from an option group.
|
void |
setPersistent(Boolean persistent)
Persistent options can't be removed from an option group while DB instances are associated with the option group.
|
void |
setPortRequired(Boolean portRequired)
Specifies whether the option requires a port.
|
void |
setRequiresAutoMinorEngineVersionUpgrade(Boolean requiresAutoMinorEngineVersionUpgrade)
If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this
option.
|
void |
setSupportsOptionVersionDowngrade(Boolean supportsOptionVersionDowngrade)
If true, you can change the option to an earlier version of the option.
|
void |
setVpcOnly(Boolean vpcOnly)
If true, you can only use this option with a DB instance that is in a VPC.
|
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)
The name of the engine 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 |
withOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
The option settings that are available (and the default value) for each option in an option group.
|
OptionGroupOption |
withOptionGroupOptionSettings(OptionGroupOptionSetting... optionGroupOptionSettings)
The option settings that are available (and the default value) for each option in an option group.
|
OptionGroupOption |
withOptionGroupOptionVersions(Collection<OptionVersion> optionGroupOptionVersions)
The versions that are available for the option.
|
OptionGroupOption |
withOptionGroupOptionVersions(OptionVersion... optionGroupOptionVersions)
The versions that are available for the option.
|
OptionGroupOption |
withOptionsConflictsWith(Collection<String> optionsConflictsWith)
The options that conflict with this option.
|
OptionGroupOption |
withOptionsConflictsWith(String... optionsConflictsWith)
The options that conflict with this option.
|
OptionGroupOption |
withOptionsDependedOn(Collection<String> optionsDependedOn)
The options that are prerequisites for this option.
|
OptionGroupOption |
withOptionsDependedOn(String... optionsDependedOn)
The options that are prerequisites for this option.
|
OptionGroupOption |
withPermanent(Boolean permanent)
Permanent options can never be removed from an option group.
|
OptionGroupOption |
withPersistent(Boolean persistent)
Persistent options can't be removed from an option group while DB instances are associated with the option group.
|
OptionGroupOption |
withPortRequired(Boolean portRequired)
Specifies whether the option requires a port.
|
OptionGroupOption |
withRequiresAutoMinorEngineVersionUpgrade(Boolean requiresAutoMinorEngineVersionUpgrade)
If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this
option.
|
OptionGroupOption |
withSupportsOptionVersionDowngrade(Boolean supportsOptionVersionDowngrade)
If true, you can change the option to an earlier version of the option.
|
OptionGroupOption |
withVpcOnly(Boolean vpcOnly)
If true, you can only use this option with a DB instance that is in a VPC.
|
public void setName(String name)
The name of the option.
name
- The name of the option.public String getName()
The name of the option.
public OptionGroupOption withName(String name)
The name of the option.
name
- The name of the option.public void setDescription(String description)
The description of the option.
description
- The description of the option.public String getDescription()
The description of the option.
public OptionGroupOption withDescription(String description)
The description of the option.
description
- The description of the option.public void setEngineName(String engineName)
The name of the engine that this option can be applied to.
engineName
- The name of the engine that this option can be applied to.public String getEngineName()
The name of the engine that this option can be applied to.
public OptionGroupOption withEngineName(String engineName)
The name of the engine that this option can be applied to.
engineName
- The name of the engine that this option can be applied to.public void setMajorEngineVersion(String majorEngineVersion)
Indicates the major engine version that the option is available for.
majorEngineVersion
- Indicates the major engine version that the option is available for.public String getMajorEngineVersion()
Indicates the major engine version that the option is available for.
public OptionGroupOption withMajorEngineVersion(String majorEngineVersion)
Indicates the major engine version that the option is available for.
majorEngineVersion
- Indicates the major engine version that the option is available for.public void setMinimumRequiredMinorEngineVersion(String minimumRequiredMinorEngineVersion)
The minimum required engine version for the option to be applied.
minimumRequiredMinorEngineVersion
- The minimum required engine version for the option to be applied.public String getMinimumRequiredMinorEngineVersion()
The minimum required engine version for the option to be applied.
public OptionGroupOption withMinimumRequiredMinorEngineVersion(String minimumRequiredMinorEngineVersion)
The minimum required engine version for the option to be applied.
minimumRequiredMinorEngineVersion
- The minimum required engine version for the option to be applied.public void setPortRequired(Boolean portRequired)
Specifies whether the option requires a port.
portRequired
- Specifies whether the option requires a port.public Boolean getPortRequired()
Specifies whether the option requires a port.
public OptionGroupOption withPortRequired(Boolean portRequired)
Specifies whether the option requires a port.
portRequired
- Specifies whether the option requires a port.public Boolean isPortRequired()
Specifies whether the option requires a port.
public void setDefaultPort(Integer defaultPort)
If the option requires a port, specifies the default port for the option.
defaultPort
- If the option requires a port, specifies the default port for the option.public Integer getDefaultPort()
If the option requires a port, specifies the default port for the option.
public OptionGroupOption withDefaultPort(Integer defaultPort)
If the option requires a port, specifies the default port for the option.
defaultPort
- If the option requires a port, specifies the default port for the option.public List<String> getOptionsDependedOn()
The options that are prerequisites for this option.
public void setOptionsDependedOn(Collection<String> optionsDependedOn)
The options that are prerequisites for this option.
optionsDependedOn
- The options that are prerequisites for this option.public OptionGroupOption withOptionsDependedOn(String... optionsDependedOn)
The options that are prerequisites for this option.
NOTE: This method appends the values to the existing list (if any). Use
setOptionsDependedOn(java.util.Collection)
or withOptionsDependedOn(java.util.Collection)
if
you want to override the existing values.
optionsDependedOn
- The options that are prerequisites for this option.public OptionGroupOption withOptionsDependedOn(Collection<String> optionsDependedOn)
The options that are prerequisites for this option.
optionsDependedOn
- The options that are prerequisites for this option.public List<String> getOptionsConflictsWith()
The options that conflict with this option.
public void setOptionsConflictsWith(Collection<String> optionsConflictsWith)
The options that conflict with this option.
optionsConflictsWith
- The options that conflict with this option.public OptionGroupOption withOptionsConflictsWith(String... optionsConflictsWith)
The options that conflict with this option.
NOTE: This method appends the values to the existing list (if any). Use
setOptionsConflictsWith(java.util.Collection)
or withOptionsConflictsWith(java.util.Collection)
if you want to override the existing values.
optionsConflictsWith
- The options that conflict with this option.public OptionGroupOption withOptionsConflictsWith(Collection<String> optionsConflictsWith)
The options that conflict with this option.
optionsConflictsWith
- The options that conflict with this option.public void setPersistent(Boolean persistent)
Persistent options can't be removed from an option group while DB instances are associated with the option group. If you disassociate all DB instances from the option group, your can remove the persistent option from the option group.
persistent
- Persistent options can't be removed from an option group while DB instances are associated with the option
group. If you disassociate all DB instances from the option group, your can remove the persistent option
from the option group.public Boolean getPersistent()
Persistent options can't be removed from an option group while DB instances are associated with the option group. If you disassociate all DB instances from the option group, your can remove the persistent option from the option group.
public OptionGroupOption withPersistent(Boolean persistent)
Persistent options can't be removed from an option group while DB instances are associated with the option group. If you disassociate all DB instances from the option group, your can remove the persistent option from the option group.
persistent
- Persistent options can't be removed from an option group while DB instances are associated with the option
group. If you disassociate all DB instances from the option group, your can remove the persistent option
from the option group.public Boolean isPersistent()
Persistent options can't be removed from an option group while DB instances are associated with the option group. If you disassociate all DB instances from the option group, your can remove the persistent option from the option group.
public void setPermanent(Boolean permanent)
Permanent options can never be removed from an option group. An option group containing a permanent option can't be removed from a DB instance.
permanent
- Permanent options can never be removed from an option group. An option group containing a permanent option
can't be removed from a DB instance.public Boolean getPermanent()
Permanent options can never be removed from an option group. An option group containing a permanent option can't be removed from a DB instance.
public OptionGroupOption withPermanent(Boolean permanent)
Permanent options can never be removed from an option group. An option group containing a permanent option can't be removed from a DB instance.
permanent
- Permanent options can never be removed from an option group. An option group containing a permanent option
can't be removed from a DB instance.public Boolean isPermanent()
Permanent options can never be removed from an option group. An option group containing a permanent option can't be removed from a DB instance.
public void setRequiresAutoMinorEngineVersionUpgrade(Boolean requiresAutoMinorEngineVersionUpgrade)
If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by modifying your DB instance later.
requiresAutoMinorEngineVersionUpgrade
- If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use
this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by
modifying your DB instance later.public Boolean getRequiresAutoMinorEngineVersionUpgrade()
If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by modifying your DB instance later.
public OptionGroupOption withRequiresAutoMinorEngineVersionUpgrade(Boolean requiresAutoMinorEngineVersionUpgrade)
If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by modifying your DB instance later.
requiresAutoMinorEngineVersionUpgrade
- If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use
this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by
modifying your DB instance later.public Boolean isRequiresAutoMinorEngineVersionUpgrade()
If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by modifying your DB instance later.
public void setVpcOnly(Boolean vpcOnly)
If true, you can only use this option with a DB instance that is in a VPC.
vpcOnly
- If true, you can only use this option with a DB instance that is in a VPC.public Boolean getVpcOnly()
If true, you can only use this option with a DB instance that is in a VPC.
public OptionGroupOption withVpcOnly(Boolean vpcOnly)
If true, you can only use this option with a DB instance that is in a VPC.
vpcOnly
- If true, you can only use this option with a DB instance that is in a VPC.public Boolean isVpcOnly()
If true, you can only use this option with a DB instance that is in a VPC.
public void setSupportsOptionVersionDowngrade(Boolean supportsOptionVersionDowngrade)
If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.
supportsOptionVersionDowngrade
- If true, you can change the option to an earlier version of the option. This only applies to options that
have different versions available.public Boolean getSupportsOptionVersionDowngrade()
If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.
public OptionGroupOption withSupportsOptionVersionDowngrade(Boolean supportsOptionVersionDowngrade)
If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.
supportsOptionVersionDowngrade
- If true, you can change the option to an earlier version of the option. This only applies to options that
have different versions available.public Boolean isSupportsOptionVersionDowngrade()
If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.
public List<OptionGroupOptionSetting> getOptionGroupOptionSettings()
The option settings that are available (and the default value) for each option in an option group.
public void setOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
The option settings that are available (and the default value) for each option in an option group.
optionGroupOptionSettings
- The option settings that are available (and the default value) for each option in an option group.public OptionGroupOption withOptionGroupOptionSettings(OptionGroupOptionSetting... optionGroupOptionSettings)
The option settings that are available (and the default value) for each option in an option group.
NOTE: This method appends the values to the existing list (if any). Use
setOptionGroupOptionSettings(java.util.Collection)
or
withOptionGroupOptionSettings(java.util.Collection)
if you want to override the existing values.
optionGroupOptionSettings
- The option settings that are available (and the default value) for each option in an option group.public OptionGroupOption withOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
The option settings that are available (and the default value) for each option in an option group.
optionGroupOptionSettings
- The option settings that are available (and the default value) for each option in an option group.public List<OptionVersion> getOptionGroupOptionVersions()
The versions that are available for the option.
public void setOptionGroupOptionVersions(Collection<OptionVersion> optionGroupOptionVersions)
The versions that are available for the option.
optionGroupOptionVersions
- The versions that are available for the option.public OptionGroupOption withOptionGroupOptionVersions(OptionVersion... optionGroupOptionVersions)
The versions that are available for the option.
NOTE: This method appends the values to the existing list (if any). Use
setOptionGroupOptionVersions(java.util.Collection)
or
withOptionGroupOptionVersions(java.util.Collection)
if you want to override the existing values.
optionGroupOptionVersions
- The versions that are available for the option.public OptionGroupOption withOptionGroupOptionVersions(Collection<OptionVersion> optionGroupOptionVersions)
The versions that are available for the option.
optionGroupOptionVersions
- The versions that are available for the option.public String toString()
toString
in class Object
Object.toString()
public OptionGroupOption clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.