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