Class Parameter
- All Implemented Interfaces:
Serializable
,Cloneable
This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions.
This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies the valid range of values for the parameter.Indicates when to apply parameter updates.Specifies the engine specific parameters type.Specifies the valid data type for the parameter.Provides a description of the parameter.Indicates whether (true
) or not (false
) the parameter can be modified.The earliest engine version to which the parameter can apply.Specifies the name of the parameter.Specifies the value of the parameter.Indicates the source of the parameter value.int
hashCode()
Indicates whether (true
) or not (false
) the parameter can be modified.void
setAllowedValues
(String allowedValues) Specifies the valid range of values for the parameter.void
setApplyMethod
(ApplyMethod applyMethod) Indicates when to apply parameter updates.void
setApplyMethod
(String applyMethod) Indicates when to apply parameter updates.void
setApplyType
(String applyType) Specifies the engine specific parameters type.void
setDataType
(String dataType) Specifies the valid data type for the parameter.void
setDescription
(String description) Provides a description of the parameter.void
setIsModifiable
(Boolean isModifiable) Indicates whether (true
) or not (false
) the parameter can be modified.void
setMinimumEngineVersion
(String minimumEngineVersion) The earliest engine version to which the parameter can apply.void
setParameterName
(String parameterName) Specifies the name of the parameter.void
setParameterValue
(String parameterValue) Specifies the value of the parameter.void
Indicates the source of the parameter value.toString()
Returns a string representation of this object; useful for testing and debugging.withAllowedValues
(String allowedValues) Specifies the valid range of values for the parameter.withApplyMethod
(ApplyMethod applyMethod) Indicates when to apply parameter updates.withApplyMethod
(String applyMethod) Indicates when to apply parameter updates.withApplyType
(String applyType) Specifies the engine specific parameters type.withDataType
(String dataType) Specifies the valid data type for the parameter.withDescription
(String description) Provides a description of the parameter.withIsModifiable
(Boolean isModifiable) Indicates whether (true
) or not (false
) the parameter can be modified.withMinimumEngineVersion
(String minimumEngineVersion) The earliest engine version to which the parameter can apply.withParameterName
(String parameterName) Specifies the name of the parameter.withParameterValue
(String parameterValue) Specifies the value of the parameter.withSource
(String source) Indicates the source of the parameter value.
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
setParameterName
Specifies the name of the parameter.
- Parameters:
parameterName
- Specifies the name of the parameter.
-
getParameterName
Specifies the name of the parameter.
- Returns:
- Specifies the name of the parameter.
-
withParameterName
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.
-
setParameterValue
Specifies the value of the parameter.
- Parameters:
parameterValue
- Specifies the value of the parameter.
-
getParameterValue
Specifies the value of the parameter.
- Returns:
- Specifies the value of the parameter.
-
withParameterValue
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.
-
setDescription
Provides a description of the parameter.
- Parameters:
description
- Provides a description of the parameter.
-
getDescription
Provides a description of the parameter.
- Returns:
- Provides a description of the parameter.
-
withDescription
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.
-
setSource
Indicates the source of the parameter value.
- Parameters:
source
- Indicates the source of the parameter value.
-
getSource
Indicates the source of the parameter value.
- Returns:
- Indicates the source of the parameter value.
-
withSource
Indicates the source of the parameter value.
- Parameters:
source
- Indicates the source of the parameter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setApplyType
Specifies the engine specific parameters type.
- Parameters:
applyType
- Specifies the engine specific parameters type.
-
getApplyType
Specifies the engine specific parameters type.
- Returns:
- Specifies the engine specific parameters type.
-
withApplyType
Specifies the engine specific parameters type.
- Parameters:
applyType
- Specifies the engine specific parameters type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDataType
Specifies the valid data type for the parameter.
- Parameters:
dataType
- Specifies the valid data type for the parameter.
-
getDataType
Specifies the valid data type for the parameter.
- Returns:
- Specifies the valid data type for the parameter.
-
withDataType
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.
-
setAllowedValues
Specifies the valid range of values for the parameter.
- Parameters:
allowedValues
- Specifies the valid range of values for the parameter.
-
getAllowedValues
Specifies the valid range of values for the parameter.
- Returns:
- Specifies the valid range of values for the parameter.
-
withAllowedValues
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.
-
setIsModifiable
Indicates whether (
true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.- Parameters:
isModifiable
- Indicates whether (true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
-
getIsModifiable
Indicates whether (
true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.- Returns:
- Indicates whether (
true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
-
withIsModifiable
Indicates whether (
true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.- Parameters:
isModifiable
- Indicates whether (true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isModifiable
Indicates whether (
true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.- Returns:
- Indicates whether (
true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
-
setMinimumEngineVersion
The earliest engine version to which the parameter can apply.
- Parameters:
minimumEngineVersion
- The earliest engine version to which the parameter can apply.
-
getMinimumEngineVersion
The earliest engine version to which the parameter can apply.
- Returns:
- The earliest engine version to which the parameter can apply.
-
withMinimumEngineVersion
The earliest engine version to which the parameter can apply.
- Parameters:
minimumEngineVersion
- The earliest engine version to which the parameter can apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setApplyMethod
Indicates when to apply parameter updates.
- Parameters:
applyMethod
- Indicates when to apply parameter updates.- See Also:
-
getApplyMethod
Indicates when to apply parameter updates.
- Returns:
- Indicates when to apply parameter updates.
- See Also:
-
withApplyMethod
Indicates when to apply parameter updates.
- Parameters:
applyMethod
- Indicates when to apply parameter updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setApplyMethod
Indicates when to apply parameter updates.
- Parameters:
applyMethod
- Indicates when to apply parameter updates.- See Also:
-
withApplyMethod
Indicates when to apply parameter updates.
- Parameters:
applyMethod
- Indicates when to apply parameter updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-