@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String allowedValues()
Specifies the valid range of values for the parameter.
public String applyMethod()
Indicates when parameter updates are applied.
Can be immediate
or pending-reboot
.
Can be immediate
or pending-reboot
.
public String applyType()
Specifies the engine-specific parameter type.
public String dataType()
Specifies the valid data type for the parameter.
public String description()
Provides a description of the parameter.
public Boolean isModifiable()
A Boolean value indicating whether the parameter can be modified.
public String parameterName()
Specifies the name of the parameter.
public String parameterValue()
Specifies the value of the parameter.
public RelationalDatabaseParameter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RelationalDatabaseParameter.Builder,RelationalDatabaseParameter>
public static RelationalDatabaseParameter.Builder builder()
public static Class<? extends RelationalDatabaseParameter.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.