public class OptionGroup
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
OptionGroup() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAllowsVpcAndNonVpcInstanceMemberships()
Indicates whether this option group can be applied to both VPC and
non-VPC instances.
|
java.lang.String |
getEngineName()
Engine name that this option group can be applied to.
|
java.lang.String |
getMajorEngineVersion()
Indicates the major engine version associated with this option group.
|
java.lang.String |
getOptionGroupDescription()
Provides the description of the option group.
|
java.lang.String |
getOptionGroupName()
Specifies the name of the option group.
|
java.util.List<Option> |
getOptions()
Indicates what options are available in the option group.
|
java.lang.String |
getVpcId()
If AllowsVpcAndNonVpcInstanceMemberships is 'false', this field is
blank.
|
int |
hashCode() |
java.lang.Boolean |
isAllowsVpcAndNonVpcInstanceMemberships()
Indicates whether this option group can be applied to both VPC and
non-VPC instances.
|
void |
setAllowsVpcAndNonVpcInstanceMemberships(java.lang.Boolean allowsVpcAndNonVpcInstanceMemberships)
Indicates whether this option group can be applied to both VPC and
non-VPC instances.
|
void |
setEngineName(java.lang.String engineName)
Engine name that this option group can be applied to.
|
void |
setMajorEngineVersion(java.lang.String majorEngineVersion)
Indicates the major engine version associated with this option group.
|
void |
setOptionGroupDescription(java.lang.String optionGroupDescription)
Provides the description of the option group.
|
void |
setOptionGroupName(java.lang.String optionGroupName)
Specifies the name of the option group.
|
void |
setOptions(java.util.Collection<Option> options)
Indicates what options are available in the option group.
|
void |
setVpcId(java.lang.String vpcId)
If AllowsVpcAndNonVpcInstanceMemberships is 'false', this field is
blank.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OptionGroup |
withAllowsVpcAndNonVpcInstanceMemberships(java.lang.Boolean allowsVpcAndNonVpcInstanceMemberships)
Indicates whether this option group can be applied to both VPC and
non-VPC instances.
|
OptionGroup |
withEngineName(java.lang.String engineName)
Engine name that this option group can be applied to.
|
OptionGroup |
withMajorEngineVersion(java.lang.String majorEngineVersion)
Indicates the major engine version associated with this option group.
|
OptionGroup |
withOptionGroupDescription(java.lang.String optionGroupDescription)
Provides the description of the option group.
|
OptionGroup |
withOptionGroupName(java.lang.String optionGroupName)
Specifies the name of the option group.
|
OptionGroup |
withOptions(java.util.Collection<Option> options)
Indicates what options are available in the option group.
|
OptionGroup |
withOptions(Option... options)
Indicates what options are available in the option group.
|
OptionGroup |
withVpcId(java.lang.String vpcId)
If AllowsVpcAndNonVpcInstanceMemberships is 'false', this field is
blank.
|
public java.lang.String getOptionGroupName()
public void setOptionGroupName(java.lang.String optionGroupName)
optionGroupName - Specifies the name of the option group.public OptionGroup withOptionGroupName(java.lang.String optionGroupName)
Returns a reference to this object so that method calls can be chained together.
optionGroupName - Specifies the name of the option group.public java.lang.String getOptionGroupDescription()
public void setOptionGroupDescription(java.lang.String optionGroupDescription)
optionGroupDescription - Provides the description of the option group.public OptionGroup withOptionGroupDescription(java.lang.String optionGroupDescription)
Returns a reference to this object so that method calls can be chained together.
optionGroupDescription - Provides the description of the option group.public java.lang.String getEngineName()
public void setEngineName(java.lang.String engineName)
engineName - Engine name that this option group can be applied to.public OptionGroup 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 group can be applied to.public java.lang.String getMajorEngineVersion()
public void setMajorEngineVersion(java.lang.String majorEngineVersion)
majorEngineVersion - Indicates the major engine version associated with this option group.public OptionGroup 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 associated with this option group.public java.util.List<Option> getOptions()
public void setOptions(java.util.Collection<Option> options)
options - Indicates what options are available in the option group.public OptionGroup withOptions(Option... options)
Returns a reference to this object so that method calls can be chained together.
options - Indicates what options are available in the option group.public OptionGroup withOptions(java.util.Collection<Option> options)
Returns a reference to this object so that method calls can be chained together.
options - Indicates what options are available in the option group.public java.lang.Boolean isAllowsVpcAndNonVpcInstanceMemberships()
public void setAllowsVpcAndNonVpcInstanceMemberships(java.lang.Boolean allowsVpcAndNonVpcInstanceMemberships)
allowsVpcAndNonVpcInstanceMemberships - Indicates whether this option group can be applied to both VPC and
non-VPC instances. The value 'true' indicates the option group can be
applied to both VPC and non-VPC instances.public OptionGroup withAllowsVpcAndNonVpcInstanceMemberships(java.lang.Boolean allowsVpcAndNonVpcInstanceMemberships)
Returns a reference to this object so that method calls can be chained together.
allowsVpcAndNonVpcInstanceMemberships - Indicates whether this option group can be applied to both VPC and
non-VPC instances. The value 'true' indicates the option group can be
applied to both VPC and non-VPC instances.public java.lang.Boolean getAllowsVpcAndNonVpcInstanceMemberships()
public java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId - If AllowsVpcAndNonVpcInstanceMemberships is 'false', this field is
blank. If AllowsVpcAndNonVpcInstanceMemberships is 'true' and this
field is blank, then this option group can be applied to both VPC and
non-VPC instances. If this field contains a value, then this option
group can only be applied to instances that are in the VPC indicated
by this field.public OptionGroup withVpcId(java.lang.String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - If AllowsVpcAndNonVpcInstanceMemberships is 'false', this field is
blank. If AllowsVpcAndNonVpcInstanceMemberships is 'true' and this
field is blank, then this option group can be applied to both VPC and
non-VPC instances. If this field contains a value, then this option
group can only be applied to instances that are in the VPC indicated
by this field.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object