|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticache.model.CacheNodeTypeSpecificParameter
public class CacheNodeTypeSpecificParameter
A parameter that has a different value for each Cache Node Type it is applied to.
| Constructor Summary | |
|---|---|
CacheNodeTypeSpecificParameter()
Default constructor for a new CacheNodeTypeSpecificParameter object. |
|
| Method Summary | |
|---|---|
String |
getAllowedValues()
Specifies the valid range of values for the parameter. |
List<CacheNodeTypeSpecificValue> |
getCacheNodeTypeSpecificValues()
A list of Cache Node types and their corresponding values for this parameter. |
String |
getDataType()
Specifies the valid data type for the parameter. |
String |
getDescription()
Provides a description of the parameter. |
Boolean |
getIsModifiable()
Indicates whether ( true) or not (false) the
parameter can be modified. |
String |
getMinimumEngineVersion()
The earliest engine version to which the parameter can apply. |
String |
getParameterName()
Specifies the name of the parameter. |
String |
getSource()
Indicates the source of the parameter value. |
Boolean |
isModifiable()
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 |
setCacheNodeTypeSpecificValues(Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues)
A list of Cache Node types and their corresponding values for this parameter. |
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 |
setSource(String source)
Indicates the source of the parameter value. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheNodeTypeSpecificParameter |
withAllowedValues(String allowedValues)
Specifies the valid range of values for the parameter. |
CacheNodeTypeSpecificParameter |
withCacheNodeTypeSpecificValues(CacheNodeTypeSpecificValue... cacheNodeTypeSpecificValues)
A list of Cache Node types and their corresponding values for this parameter. |
CacheNodeTypeSpecificParameter |
withCacheNodeTypeSpecificValues(Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues)
A list of Cache Node types and their corresponding values for this parameter. |
CacheNodeTypeSpecificParameter |
withDataType(String dataType)
Specifies the valid data type for the parameter. |
CacheNodeTypeSpecificParameter |
withDescription(String description)
Provides a description of the parameter. |
CacheNodeTypeSpecificParameter |
withIsModifiable(Boolean isModifiable)
Indicates whether ( true) or not (false) the
parameter can be modified. |
CacheNodeTypeSpecificParameter |
withMinimumEngineVersion(String minimumEngineVersion)
The earliest engine version to which the parameter can apply. |
CacheNodeTypeSpecificParameter |
withParameterName(String parameterName)
Specifies the name of the parameter. |
CacheNodeTypeSpecificParameter |
withSource(String source)
Indicates the source of the parameter value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheNodeTypeSpecificParameter()
| Method Detail |
|---|
public String getParameterName()
public void setParameterName(String parameterName)
parameterName - Specifies the name of the parameter.public CacheNodeTypeSpecificParameter withParameterName(String parameterName)
Returns a reference to this object so that method calls can be chained together.
parameterName - Specifies the name of the parameter.
public String getDescription()
public void setDescription(String description)
description - Provides a description of the parameter.public CacheNodeTypeSpecificParameter withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - Provides a description of the parameter.
public String getSource()
public void setSource(String source)
source - Indicates the source of the parameter value.public CacheNodeTypeSpecificParameter withSource(String source)
Returns a reference to this object so that method calls can be chained together.
source - Indicates the source of the parameter value.
public String getDataType()
public void setDataType(String dataType)
dataType - Specifies the valid data type for the parameter.public CacheNodeTypeSpecificParameter withDataType(String dataType)
Returns a reference to this object so that method calls can be chained together.
dataType - Specifies the valid data type for the parameter.
public String getAllowedValues()
public void setAllowedValues(String allowedValues)
allowedValues - Specifies the valid range of values for the parameter.public CacheNodeTypeSpecificParameter withAllowedValues(String allowedValues)
Returns a reference to this object so that method calls can be chained together.
allowedValues - Specifies 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 CacheNodeTypeSpecificParameter 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 engine version to which the parameter can apply.public CacheNodeTypeSpecificParameter withMinimumEngineVersion(String minimumEngineVersion)
Returns a reference to this object so that method calls can be chained together.
minimumEngineVersion - The earliest engine version to which the parameter can apply.
public List<CacheNodeTypeSpecificValue> getCacheNodeTypeSpecificValues()
public void setCacheNodeTypeSpecificValues(Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues)
cacheNodeTypeSpecificValues - A list of Cache Node types and their corresponding values for this
parameter.public CacheNodeTypeSpecificParameter withCacheNodeTypeSpecificValues(CacheNodeTypeSpecificValue... cacheNodeTypeSpecificValues)
Returns a reference to this object so that method calls can be chained together.
cacheNodeTypeSpecificValues - A list of Cache Node types and their corresponding values for this
parameter.
public CacheNodeTypeSpecificParameter withCacheNodeTypeSpecificValues(Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues)
Returns a reference to this object so that method calls can be chained together.
cacheNodeTypeSpecificValues - A list of Cache Node types and their corresponding values for this
parameter.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||