public static interface RelationalDatabaseParameter.Builder extends SdkPojo, CopyableBuilder<RelationalDatabaseParameter.Builder,RelationalDatabaseParameter>
Modifier and Type | Method and Description |
---|---|
RelationalDatabaseParameter.Builder |
allowedValues(String allowedValues)
Specifies the valid range of values for the parameter.
|
RelationalDatabaseParameter.Builder |
applyMethod(String applyMethod)
Indicates when parameter updates are applied.
|
RelationalDatabaseParameter.Builder |
applyType(String applyType)
Specifies the engine-specific parameter type.
|
RelationalDatabaseParameter.Builder |
dataType(String dataType)
Specifies the valid data type for the parameter.
|
RelationalDatabaseParameter.Builder |
description(String description)
Provides a description of the parameter.
|
RelationalDatabaseParameter.Builder |
isModifiable(Boolean isModifiable)
A Boolean value indicating whether the parameter can be modified.
|
RelationalDatabaseParameter.Builder |
parameterName(String parameterName)
Specifies the name of the parameter.
|
RelationalDatabaseParameter.Builder |
parameterValue(String parameterValue)
Specifies the value of the parameter.
|
copy
applyMutation, build
RelationalDatabaseParameter.Builder allowedValues(String allowedValues)
Specifies the valid range of values for the parameter.
allowedValues
- Specifies the valid range of values for the parameter.RelationalDatabaseParameter.Builder applyMethod(String applyMethod)
Indicates when parameter updates are applied.
Can be immediate
or pending-reboot
.
applyMethod
- Indicates when parameter updates are applied.
Can be immediate
or pending-reboot
.
RelationalDatabaseParameter.Builder applyType(String applyType)
Specifies the engine-specific parameter type.
applyType
- Specifies the engine-specific parameter type.RelationalDatabaseParameter.Builder dataType(String dataType)
Specifies the valid data type for the parameter.
dataType
- Specifies the valid data type for the parameter.RelationalDatabaseParameter.Builder description(String description)
Provides a description of the parameter.
description
- Provides a description of the parameter.RelationalDatabaseParameter.Builder isModifiable(Boolean isModifiable)
A Boolean value indicating whether the parameter can be modified.
isModifiable
- A Boolean value indicating whether the parameter can be modified.RelationalDatabaseParameter.Builder parameterName(String parameterName)
Specifies the name of the parameter.
parameterName
- Specifies the name of the parameter.RelationalDatabaseParameter.Builder parameterValue(String parameterValue)
Specifies the value of the parameter.
parameterValue
- Specifies the value of the parameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.