Class Parameter
- All Implemented Interfaces:
Serializable, Cloneable
Describes an individual setting that controls some aspect of ElastiCache behavior.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe valid range of values for the parameter.The valid data type for the parameter.A description of the parameter.Indicates whether (true) or not (false) the parameter can be modified.The earliest cache engine version to which the parameter can apply.The name of the parameter.The value of the parameter.The source of the parameter.inthashCode()Indicates whether (true) or not (false) the parameter can be modified.voidsetAllowedValues(String allowedValues) The valid range of values for the parameter.voidsetDataType(String dataType) The valid data type for the parameter.voidsetDescription(String description) A description of the parameter.voidsetIsModifiable(Boolean isModifiable) Indicates whether (true) or not (false) the parameter can be modified.voidsetMinimumEngineVersion(String minimumEngineVersion) The earliest cache engine version to which the parameter can apply.voidsetParameterName(String parameterName) The name of the parameter.voidsetParameterValue(String parameterValue) The value of the parameter.voidThe source of the parameter.toString()Returns a string representation of this object; useful for testing and debugging.withAllowedValues(String allowedValues) The valid range of values for the parameter.withDataType(String dataType) The valid data type for the parameter.withDescription(String description) A description of the parameter.withIsModifiable(Boolean isModifiable) Indicates whether (true) or not (false) the parameter can be modified.withMinimumEngineVersion(String minimumEngineVersion) The earliest cache engine version to which the parameter can apply.withParameterName(String parameterName) The name of the parameter.withParameterValue(String parameterValue) The value of the parameter.withSource(String source) The source of the parameter.
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
setParameterName
The name of the parameter.
- Parameters:
parameterName- The name of the parameter.
-
getParameterName
-
withParameterName
-
setParameterValue
The value of the parameter.
- Parameters:
parameterValue- The value of the parameter.
-
getParameterValue
-
withParameterValue
-
setDescription
A description of the parameter.
- Parameters:
description- A description of the parameter.
-
getDescription
A description of the parameter.
- Returns:
- A description of the parameter.
-
withDescription
-
setSource
The source of the parameter.
- Parameters:
source- The source of the parameter.
-
getSource
-
withSource
-
setDataType
The valid data type for the parameter.
- Parameters:
dataType- The valid data type for the parameter.
-
getDataType
The valid data type for the parameter.
- Returns:
- The valid data type for the parameter.
-
withDataType
-
setAllowedValues
The valid range of values for the parameter.
- Parameters:
allowedValues- The valid range of values for the parameter.
-
getAllowedValues
The valid range of values for the parameter.
- Returns:
- The valid range of values for the parameter.
-
withAllowedValues
-
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 cache engine version to which the parameter can apply.
- Parameters:
minimumEngineVersion- The earliest cache engine version to which the parameter can apply.
-
getMinimumEngineVersion
The earliest cache engine version to which the parameter can apply.
- Returns:
- The earliest cache engine version to which the parameter can apply.
-
withMinimumEngineVersion
The earliest cache engine version to which the parameter can apply.
- Parameters:
minimumEngineVersion- The earliest cache engine version to which the parameter can apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-