@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() |
Boolean |
copyableCrossAccount()
Specifies whether the option can be copied across Amazon Web Services accounts.
|
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()
For responses, this returns true if the service returned a value for the OptionGroupOptionSettings property.
|
boolean |
hasOptionGroupOptionVersions()
For responses, this returns true if the service returned a value for the OptionGroupOptionVersions property.
|
boolean |
hasOptionsConflictsWith()
For responses, this returns true if the service returned a value for the OptionsConflictsWith property.
|
boolean |
hasOptionsDependedOn()
For responses, this returns true if the service returned a value for the OptionsDependedOn property.
|
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()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasOptionsDependedOn() method.
public final boolean hasOptionsConflictsWith()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasOptionsConflictsWith() method.
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()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasOptionGroupOptionSettings() method.
public final boolean hasOptionGroupOptionVersions()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasOptionGroupOptionVersions() method.
public final Boolean copyableCrossAccount()
Specifies whether the option can be copied across Amazon Web Services accounts.
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 © 2023. All rights reserved.