public class Parameter extends Object implements Serializable, Cloneable
Describes a parameter in a cluster parameter group.
| 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 |
getApplyType()
Specifies how to apply the parameter.
|
String |
getDataType()
The data type of the parameter.
|
String |
getDescription()
A description of the parameter.
|
Boolean |
getIsModifiable()
If
true, the parameter can be modified. |
String |
getMinimumEngineVersion()
The earliest 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 value, such as "engine-default" or "user".
|
int |
hashCode() |
Boolean |
isModifiable()
If
true, the parameter can be modified. |
void |
setAllowedValues(String allowedValues)
The valid range of values for the parameter.
|
void |
setApplyType(ParameterApplyType applyType)
Specifies how to apply the parameter.
|
void |
setApplyType(String applyType)
Specifies how to apply the parameter.
|
void |
setDataType(String dataType)
The data type of the parameter.
|
void |
setDescription(String description)
A description of the parameter.
|
void |
setIsModifiable(Boolean isModifiable)
If
true, the parameter can be modified. |
void |
setMinimumEngineVersion(String minimumEngineVersion)
The earliest 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 value, such as "engine-default" or "user".
|
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 |
withApplyType(ParameterApplyType applyType)
Specifies how to apply the parameter.
|
Parameter |
withApplyType(String applyType)
Specifies how to apply the parameter.
|
Parameter |
withDataType(String dataType)
The data type of the parameter.
|
Parameter |
withDescription(String description)
A description of the parameter.
|
Parameter |
withIsModifiable(Boolean isModifiable)
If
true, the parameter can be modified. |
Parameter |
withMinimumEngineVersion(String minimumEngineVersion)
The earliest 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 value, such as "engine-default" or "user".
|
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 value, such as "engine-default" or "user".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 value, such as "engine-default" or "user".public String getDataType()
public void setDataType(String dataType)
dataType - The data type of the parameter.public Parameter withDataType(String dataType)
Returns a reference to this object so that method calls can be chained together.
dataType - The data type of 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 String getApplyType()
static.
Constraints:
Allowed Values: static, dynamic
static.ParameterApplyTypepublic void setApplyType(String applyType)
static.
Constraints:
Allowed Values: static, dynamic
applyType - Specifies how to apply the parameter. Supported value:
static.ParameterApplyTypepublic Parameter withApplyType(String applyType)
static.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: static, dynamic
applyType - Specifies how to apply the parameter. Supported value:
static.ParameterApplyTypepublic void setApplyType(ParameterApplyType applyType)
static.
Constraints:
Allowed Values: static, dynamic
applyType - Specifies how to apply the parameter. Supported value:
static.ParameterApplyTypepublic Parameter withApplyType(ParameterApplyType applyType)
static.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: static, dynamic
applyType - Specifies how to apply the parameter. Supported value:
static.ParameterApplyTypepublic Boolean isModifiable()
true, the parameter can be modified. Some parameters
have security or operational implications that prevent them from being
changed.true, the parameter can be modified. Some parameters
have security or operational implications that prevent them from being
changed.public void setIsModifiable(Boolean isModifiable)
true, the parameter can be modified. Some parameters
have security or operational implications that prevent them from being
changed.isModifiable - If true, the parameter can be modified. Some parameters
have security or operational implications that prevent them from being
changed.public Parameter withIsModifiable(Boolean isModifiable)
true, 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 - If true, the parameter can be modified. Some parameters
have security or operational implications that prevent them from being
changed.public Boolean getIsModifiable()
true, the parameter can be modified. Some parameters
have security or operational implications that prevent them from being
changed.true, 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 Parameter 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 String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.