ToCopyableBuilder<OptionGroupOption.Builder,OptionGroupOption>
@Generated("software.amazon.awssdk:codegen") public class OptionGroupOption extends Object implements ToCopyableBuilder<OptionGroupOption.Builder,OptionGroupOption>
Available option.
Modifier and Type | Class | Description |
---|---|---|
static interface |
OptionGroupOption.Builder |
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
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.
|
static Class<? extends OptionGroupOption.Builder> |
serializableBuilderClass() |
|
OptionGroupOption.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the option.
public String description()
The description of the option.
public String engineName()
The name of the engine that this option can be applied to.
public String majorEngineVersion()
Indicates the major engine version that the option is available for.
public String minimumRequiredMinorEngineVersion()
The minimum required engine version for the option to be applied.
public Boolean portRequired()
Specifies whether the option requires a port.
public Integer defaultPort()
If the option requires a port, specifies the default port for the option.
public List<String> optionsDependedOn()
The options that are prerequisites for this option.
public List<String> optionsConflictsWith()
The options that conflict with this option.
public 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 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 List<OptionGroupOptionSetting> optionGroupOptionSettings()
The option settings that are available (and the default value) for each option in an option group.
public List<OptionVersion> optionGroupOptionVersions()
The versions that are available for the option.
public OptionGroupOption.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OptionGroupOption.Builder,OptionGroupOption>
public static OptionGroupOption.Builder builder()
public static Class<? extends OptionGroupOption.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.