public class Parameter
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes an individual setting that controls some aspect of ElastiCache behavior.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
allowedValues
The valid range of values for the parameter.
|
private java.lang.String |
dataType
The valid data type for the parameter.
|
private java.lang.String |
description
A description of the parameter.
|
private java.lang.Boolean |
isModifiable
Indicates whether (
true ) or not (false ) the
parameter can be modified. |
private java.lang.String |
minimumEngineVersion
The earliest cache engine version to which the parameter can apply.
|
private java.lang.String |
parameterName
The name of the parameter.
|
private java.lang.String |
parameterValue
The value of the parameter.
|
private java.lang.String |
source
The source of the parameter.
|
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
Parameter |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAllowedValues()
The valid range of values for the parameter.
|
java.lang.String |
getDataType()
The valid data type for the parameter.
|
java.lang.String |
getDescription()
A description of the parameter.
|
java.lang.Boolean |
getIsModifiable()
Indicates whether (
true ) or not (false ) the
parameter can be modified. |
java.lang.String |
getMinimumEngineVersion()
The earliest cache engine version to which the parameter can apply.
|
java.lang.String |
getParameterName()
The name of the parameter.
|
java.lang.String |
getParameterValue()
The value of the parameter.
|
java.lang.String |
getSource()
The source of the parameter.
|
int |
hashCode() |
java.lang.Boolean |
isModifiable()
Indicates whether (
true ) or not (false ) the
parameter can be modified. |
void |
setAllowedValues(java.lang.String allowedValues)
The valid range of values for the parameter.
|
void |
setDataType(java.lang.String dataType)
The valid data type for the parameter.
|
void |
setDescription(java.lang.String description)
A description of the parameter.
|
void |
setIsModifiable(java.lang.Boolean isModifiable)
Indicates whether (
true ) or not (false ) the
parameter can be modified. |
void |
setMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest cache engine version to which the parameter can apply.
|
void |
setParameterName(java.lang.String parameterName)
The name of the parameter.
|
void |
setParameterValue(java.lang.String parameterValue)
The value of the parameter.
|
void |
setSource(java.lang.String source)
The source of the parameter.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Parameter |
withAllowedValues(java.lang.String allowedValues)
The valid range of values for the parameter.
|
Parameter |
withDataType(java.lang.String dataType)
The valid data type for the parameter.
|
Parameter |
withDescription(java.lang.String description)
A description of the parameter.
|
Parameter |
withIsModifiable(java.lang.Boolean isModifiable)
Indicates whether (
true ) or not (false ) the
parameter can be modified. |
Parameter |
withMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest cache engine version to which the parameter can apply.
|
Parameter |
withParameterName(java.lang.String parameterName)
The name of the parameter.
|
Parameter |
withParameterValue(java.lang.String parameterValue)
The value of the parameter.
|
Parameter |
withSource(java.lang.String source)
The source of the parameter.
|
private java.lang.String parameterName
The name of the parameter.
private java.lang.String parameterValue
The value of the parameter.
private java.lang.String description
A description of the parameter.
private java.lang.String source
The source of the parameter.
private java.lang.String dataType
The valid data type for the parameter.
private java.lang.String allowedValues
The valid range of values for the parameter.
private java.lang.Boolean 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.
private java.lang.String minimumEngineVersion
The earliest cache engine version to which the parameter can apply.
public void setParameterName(java.lang.String parameterName)
The name of the parameter.
parameterName
- The name of the parameter.public java.lang.String getParameterName()
The name of the parameter.
public Parameter withParameterName(java.lang.String parameterName)
The name of the parameter.
parameterName
- The name of the parameter.public void setParameterValue(java.lang.String parameterValue)
The value of the parameter.
parameterValue
- The value of the parameter.public java.lang.String getParameterValue()
The value of the parameter.
public Parameter withParameterValue(java.lang.String parameterValue)
The value of the parameter.
parameterValue
- The value of the parameter.public void setDescription(java.lang.String description)
A description of the parameter.
description
- A description of the parameter.public java.lang.String getDescription()
A description of the parameter.
public Parameter withDescription(java.lang.String description)
A description of the parameter.
description
- A description of the parameter.public void setSource(java.lang.String source)
The source of the parameter.
source
- The source of the parameter.public java.lang.String getSource()
The source of the parameter.
public Parameter withSource(java.lang.String source)
The source of the parameter.
source
- The source of the parameter.public void setDataType(java.lang.String dataType)
The valid data type for the parameter.
dataType
- The valid data type for the parameter.public java.lang.String getDataType()
The valid data type for the parameter.
public Parameter withDataType(java.lang.String dataType)
The valid data type for the parameter.
dataType
- The valid data type for the parameter.public void setAllowedValues(java.lang.String allowedValues)
The valid range of values for the parameter.
allowedValues
- The valid range of values for the parameter.public java.lang.String getAllowedValues()
The valid range of values for the parameter.
public Parameter withAllowedValues(java.lang.String allowedValues)
The valid range of values for the parameter.
allowedValues
- The valid range of values for the parameter.public void setIsModifiable(java.lang.Boolean 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.
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.public java.lang.Boolean 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.
true
) or not (false
)
the parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.public Parameter withIsModifiable(java.lang.Boolean 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.
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.public java.lang.Boolean 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.
true
) or not (false
)
the parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.public void setMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest cache engine version to which the parameter can apply.
minimumEngineVersion
- The earliest cache engine version to which the parameter can
apply.public java.lang.String getMinimumEngineVersion()
The earliest cache engine version to which the parameter can apply.
public Parameter withMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest cache engine version to which the parameter can apply.
minimumEngineVersion
- The earliest cache engine version to which the parameter can
apply.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Parameter clone()
clone
in class java.lang.Object