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()
boolean
The 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.int
hashCode()
Indicates whether (true
) or not (false
) the parameter can be modified.void
setAllowedValues
(String allowedValues) The valid range of values for the parameter.void
setDataType
(String dataType) The valid data type for the parameter.void
setDescription
(String description) 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 cache engine version to which the parameter can apply.void
setParameterName
(String parameterName) The name of the parameter.void
setParameterValue
(String parameterValue) The value of the parameter.void
The 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
The name of the parameter.
- Returns:
- The name of the parameter.
-
withParameterName
The name of the parameter.
- Parameters:
parameterName
- The name of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setParameterValue
The value of the parameter.
- Parameters:
parameterValue
- The value of the parameter.
-
getParameterValue
The value of the parameter.
- Returns:
- The value of the parameter.
-
withParameterValue
The value of the parameter.
- Parameters:
parameterValue
- The value of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
A description of the parameter.
- Parameters:
description
- A description of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSource
The source of the parameter.
- Parameters:
source
- The source of the parameter.
-
getSource
The source of the parameter.
- Returns:
- The source of the parameter.
-
withSource
The source of the parameter.
- Parameters:
source
- The source of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The valid data type for the parameter.
- Parameters:
dataType
- The valid data type for the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The valid range of values for the parameter.
- Parameters:
allowedValues
- 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 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-