@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Parameter extends Object implements Serializable, Cloneable
Describes an individual setting that controls some aspect of ElastiCache behavior.
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
Parameter |
clone() |
boolean |
equals(Object obj) |
String |
getAllowedValues()
The valid range of values for the parameter.
|
String |
getChangeType()
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be
applied.
|
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 |
setChangeType(ChangeType changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be
applied.
|
void |
setChangeType(String changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be
applied.
|
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 |
withChangeType(ChangeType changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be
applied.
|
Parameter |
withChangeType(String changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be
applied.
|
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 void setParameterName(String parameterName)
The name of the parameter.
parameterName
- The name of the parameter.public String getParameterName()
The name of the parameter.
public Parameter withParameterName(String parameterName)
The name of the parameter.
parameterName
- The name of the parameter.public void setParameterValue(String parameterValue)
The value of the parameter.
parameterValue
- The value of the parameter.public String getParameterValue()
The value of the parameter.
public Parameter withParameterValue(String parameterValue)
The value of the parameter.
parameterValue
- The value of the parameter.public void setDescription(String description)
A description of the parameter.
description
- A description of the parameter.public String getDescription()
A description of the parameter.
public Parameter withDescription(String description)
A description of the parameter.
description
- A description of the parameter.public void setSource(String source)
The source of the parameter.
source
- The source of the parameter.public String getSource()
The source of the parameter.
public Parameter withSource(String source)
The source of the parameter.
source
- The source of the parameter.public void setDataType(String dataType)
The valid data type for the parameter.
dataType
- The valid data type for the parameter.public String getDataType()
The valid data type for the parameter.
public Parameter withDataType(String dataType)
The valid data type for the parameter.
dataType
- The valid data type for the parameter.public void setAllowedValues(String allowedValues)
The valid range of values for the parameter.
allowedValues
- The valid range of values for the parameter.public String getAllowedValues()
The valid range of values for the parameter.
public Parameter withAllowedValues(String allowedValues)
The valid range of values for the parameter.
allowedValues
- The valid range of values for the parameter.public void setIsModifiable(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 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(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 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(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 String getMinimumEngineVersion()
The earliest cache engine version to which the parameter can apply.
public Parameter withMinimumEngineVersion(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 void setChangeType(String changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.
changeType
- Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to
be applied. You can force a reboot or wait until the next maintenance window's reboot. For more
information, see Rebooting a
Cluster.ChangeType
public String getChangeType()
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.
ChangeType
public Parameter withChangeType(String changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.
changeType
- Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to
be applied. You can force a reboot or wait until the next maintenance window's reboot. For more
information, see Rebooting a
Cluster.ChangeType
public void setChangeType(ChangeType changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.
changeType
- Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to
be applied. You can force a reboot or wait until the next maintenance window's reboot. For more
information, see Rebooting a
Cluster.ChangeType
public Parameter withChangeType(ChangeType changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.
changeType
- Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to
be applied. You can force a reboot or wait until the next maintenance window's reboot. For more
information, see Rebooting a
Cluster.ChangeType
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.