@Generated(value="software.amazon.awssdk:codegen") public final class RelationalDatabaseParameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RelationalDatabaseParameter.Builder,RelationalDatabaseParameter>
Describes the parameters of a database.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RelationalDatabaseParameter.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
allowedValues()
Specifies the valid range of values for the parameter.
|
String |
applyMethod()
Indicates when parameter updates are applied.
|
String |
applyType()
Specifies the engine-specific parameter type.
|
static RelationalDatabaseParameter.Builder |
builder() |
String |
dataType()
Specifies the valid data type for the parameter.
|
String |
description()
Provides a description of the parameter.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isModifiable()
A Boolean value indicating whether the parameter can be modified.
|
String |
parameterName()
Specifies the name of the parameter.
|
String |
parameterValue()
Specifies the value of the parameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RelationalDatabaseParameter.Builder> |
serializableBuilderClass() |
RelationalDatabaseParameter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String allowedValues()
Specifies the valid range of values for the parameter.
public final String applyMethod()
Indicates when parameter updates are applied.
Can be immediate or pending-reboot.
Can be immediate or pending-reboot.
public final String applyType()
Specifies the engine-specific parameter type.
public final String dataType()
Specifies the valid data type for the parameter.
public final String description()
Provides a description of the parameter.
public final Boolean isModifiable()
A Boolean value indicating whether the parameter can be modified.
public final String parameterName()
Specifies the name of the parameter.
public final String parameterValue()
Specifies the value of the parameter.
public RelationalDatabaseParameter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RelationalDatabaseParameter.Builder,RelationalDatabaseParameter>public static RelationalDatabaseParameter.Builder builder()
public static Class<? extends RelationalDatabaseParameter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.