Interface RelationalDatabaseParameter.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RelationalDatabaseParameter.Builder,
,RelationalDatabaseParameter> SdkBuilder<RelationalDatabaseParameter.Builder,
,RelationalDatabaseParameter> SdkPojo
- Enclosing class:
RelationalDatabaseParameter
@Mutable
@NotThreadSafe
public static interface RelationalDatabaseParameter.Builder
extends SdkPojo, CopyableBuilder<RelationalDatabaseParameter.Builder,RelationalDatabaseParameter>
-
Method Summary
Modifier and TypeMethodDescriptionallowedValues
(String allowedValues) Specifies the valid range of values for the parameter.applyMethod
(String applyMethod) Indicates when parameter updates are applied.Specifies the engine-specific parameter type.Specifies the valid data type for the parameter.description
(String description) Provides a description of the parameter.isModifiable
(Boolean isModifiable) A Boolean value indicating whether the parameter can be modified.parameterName
(String parameterName) Specifies the name of the parameter.parameterValue
(String parameterValue) Specifies the value of the parameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
allowedValues
Specifies the valid range of values for the parameter.
- Parameters:
allowedValues
- Specifies the valid range of values for the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applyMethod
Indicates when parameter updates are applied.
Can be
immediate
orpending-reboot
.- Parameters:
applyMethod
- Indicates when parameter updates are applied.Can be
immediate
orpending-reboot
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applyType
Specifies the engine-specific parameter type.
- Parameters:
applyType
- Specifies the engine-specific parameter type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataType
Specifies the valid data type for the parameter.
- Parameters:
dataType
- Specifies the valid data type for the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Provides a description of the parameter.
- Parameters:
description
- Provides a description of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isModifiable
A Boolean value indicating whether the parameter can be modified.
- Parameters:
isModifiable
- A Boolean value indicating whether the parameter can be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterName
Specifies the name of the parameter.
- Parameters:
parameterName
- Specifies the name of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterValue
Specifies the value of the parameter.
- Parameters:
parameterValue
- Specifies the value of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-