@Generated(value="software.amazon.awssdk:codegen") public final class OptionGroupOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OptionGroupOption.Builder,OptionGroupOption>
Available option.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OptionGroupOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OptionGroupOption.Builder |
builder() |
Integer |
defaultPort()
If the option requires a port, specifies the default port for the option.
|
String |
description()
The description of the option.
|
String |
engineName()
The name of the engine that this option can be applied to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasOptionGroupOptionSettings()
Returns true if the OptionGroupOptionSettings property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
boolean |
hasOptionGroupOptionVersions()
Returns true if the OptionGroupOptionVersions property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
boolean |
hasOptionsConflictsWith()
Returns true if the OptionsConflictsWith property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasOptionsDependedOn()
Returns true if the OptionsDependedOn property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
majorEngineVersion()
Indicates the major engine version that the option is available for.
|
String |
minimumRequiredMinorEngineVersion()
The minimum required engine version for the option to be applied.
|
String |
name()
The name of the option.
|
List<OptionGroupOptionSetting> |
optionGroupOptionSettings()
The option settings that are available (and the default value) for each option in an option group.
|
List<OptionVersion> |
optionGroupOptionVersions()
The versions that are available for the option.
|
List<String> |
optionsConflictsWith()
The options that conflict with this option.
|
List<String> |
optionsDependedOn()
The options that are prerequisites for this option.
|
Boolean |
permanent()
Permanent options can never be removed from an option group.
|
Boolean |
persistent()
Persistent options can't be removed from an option group while DB instances are associated with the option group.
|
Boolean |
portRequired()
Specifies whether the option requires a port.
|
Boolean |
requiresAutoMinorEngineVersionUpgrade()
If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this
option.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OptionGroupOption.Builder> |
serializableBuilderClass() |
Boolean |
supportsOptionVersionDowngrade()
If true, you can change the option to an earlier version of the option.
|
OptionGroupOption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
vpcOnly()
If true, you can only use this option with a DB instance that is in a VPC.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the option.
public final String description()
The description of the option.
public final String engineName()
The name of the engine that this option can be applied to.
public final String majorEngineVersion()
Indicates the major engine version that the option is available for.
public final String minimumRequiredMinorEngineVersion()
The minimum required engine version for the option to be applied.
public final Boolean portRequired()
Specifies whether the option requires a port.
public final Integer defaultPort()
If the option requires a port, specifies the default port for the option.
public final boolean hasOptionsDependedOn()
public final List<String> optionsDependedOn()
The options that are prerequisites for this option.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOptionsDependedOn() to see if a value was sent in this field.
public final boolean hasOptionsConflictsWith()
public final List<String> optionsConflictsWith()
The options that conflict with this option.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOptionsConflictsWith() to see if a value was sent in this field.
public final 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.
public final 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.
public final 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.
public final Boolean vpcOnly()
If true, you can only use this option with a DB instance that is in a VPC.
public final 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.
public final boolean hasOptionGroupOptionSettings()
public final List<OptionGroupOptionSetting> optionGroupOptionSettings()
The option settings that are available (and the default value) for each option in an option group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOptionGroupOptionSettings() to see if a value was sent in this field.
public final boolean hasOptionGroupOptionVersions()
public final List<OptionVersion> optionGroupOptionVersions()
The versions that are available for the option.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOptionGroupOptionVersions() to see if a value was sent in this field.
public OptionGroupOption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OptionGroupOption.Builder,OptionGroupOption>public static OptionGroupOption.Builder builder()
public static Class<? extends OptionGroupOption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.