Class RelationalDatabaseParameter
java.lang.Object
software.amazon.awssdk.services.lightsail.model.RelationalDatabaseParameter
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<RelationalDatabaseParameter.Builder,
RelationalDatabaseParameter>
@Generated("software.amazon.awssdk:codegen")
public final class RelationalDatabaseParameter
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<RelationalDatabaseParameter.Builder,RelationalDatabaseParameter>
Describes the parameters of a database.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
Specifies the valid range of values for the parameter.final String
Indicates when parameter updates are applied.final String
Specifies the engine-specific parameter type.builder()
final String
dataType()
Specifies the valid data type for the parameter.final String
Provides a description of the parameter.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Boolean
A Boolean value indicating whether the parameter can be modified.final String
Specifies the name of the parameter.final String
Specifies the value of the parameter.static Class
<? extends RelationalDatabaseParameter.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
allowedValues
Specifies the valid range of values for the parameter.
- Returns:
- Specifies the valid range of values for the parameter.
-
applyMethod
Indicates when parameter updates are applied.
Can be
immediate
orpending-reboot
.- Returns:
- Indicates when parameter updates are applied.
Can be
immediate
orpending-reboot
.
-
applyType
Specifies the engine-specific parameter type.
- Returns:
- Specifies the engine-specific parameter type.
-
dataType
Specifies the valid data type for the parameter.
- Returns:
- Specifies the valid data type for the parameter.
-
description
Provides a description of the parameter.
- Returns:
- Provides a description of the parameter.
-
isModifiable
A Boolean value indicating whether the parameter can be modified.
- Returns:
- A Boolean value indicating whether the parameter can be modified.
-
parameterName
Specifies the name of the parameter.
- Returns:
- Specifies the name of the parameter.
-
parameterValue
Specifies the value of the parameter.
- Returns:
- Specifies the value of the parameter.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<RelationalDatabaseParameter.Builder,
RelationalDatabaseParameter> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-