@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Parameter extends Object implements Serializable, Cloneable
This data type is used as a request parameter in the ModifyDBParameterGroup
and
ResetDBParameterGroup
actions.
This data type is used as a response element in the DescribeEngineDefaultParameters
and
DescribeDBParameters
actions.
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
Parameter |
clone() |
boolean |
equals(Object obj) |
String |
getAllowedValues()
Specifies the valid range of values for the parameter.
|
String |
getApplyMethod()
Indicates when to apply parameter updates.
|
String |
getApplyType()
Specifies the engine specific parameters type.
|
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()
The name of the parameter.
|
String |
getParameterValue()
The value of the parameter.
|
String |
getSource()
The source of the parameter value.
|
List<String> |
getSupportedEngineModes()
The valid DB engine modes.
|
int |
hashCode() |
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 |
setApplyMethod(ApplyMethod applyMethod)
Indicates when to apply parameter updates.
|
void |
setApplyMethod(String applyMethod)
Indicates when to apply parameter updates.
|
void |
setApplyType(String applyType)
Specifies the engine specific parameters type.
|
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)
The name of the parameter.
|
void |
setParameterValue(String parameterValue)
The value of the parameter.
|
void |
setSource(String source)
The source of the parameter value.
|
void |
setSupportedEngineModes(Collection<String> supportedEngineModes)
The valid DB engine modes.
|
String |
toString()
Returns a string representation of this object.
|
Parameter |
withAllowedValues(String allowedValues)
Specifies the valid range of values for the parameter.
|
Parameter |
withApplyMethod(ApplyMethod applyMethod)
Indicates when to apply parameter updates.
|
Parameter |
withApplyMethod(String applyMethod)
Indicates when to apply parameter updates.
|
Parameter |
withApplyType(String applyType)
Specifies the engine specific parameters type.
|
Parameter |
withDataType(String dataType)
Specifies the valid data type for the parameter.
|
Parameter |
withDescription(String description)
Provides 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 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.
|
Parameter |
withSupportedEngineModes(Collection<String> supportedEngineModes)
The valid DB engine modes.
|
Parameter |
withSupportedEngineModes(String... supportedEngineModes)
The valid DB engine modes.
|
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)
Provides a description of the parameter.
description
- Provides a description of the parameter.public String getDescription()
Provides a description of the parameter.
public Parameter withDescription(String description)
Provides a description of the parameter.
description
- Provides a description of the parameter.public void setSource(String source)
The source of the parameter value.
source
- The source of the parameter value.public String getSource()
The source of the parameter value.
public Parameter withSource(String source)
The source of the parameter value.
source
- The source of the parameter value.public void setApplyType(String applyType)
Specifies the engine specific parameters type.
applyType
- Specifies the engine specific parameters type.public String getApplyType()
Specifies the engine specific parameters type.
public Parameter withApplyType(String applyType)
Specifies the engine specific parameters type.
applyType
- Specifies the engine specific parameters type.public void setDataType(String dataType)
Specifies the valid data type for the parameter.
dataType
- Specifies the valid data type for the parameter.public String getDataType()
Specifies the valid data type for the parameter.
public Parameter withDataType(String dataType)
Specifies the valid data type for the parameter.
dataType
- Specifies the valid data type for the parameter.public void setAllowedValues(String allowedValues)
Specifies the valid range of values for the parameter.
allowedValues
- Specifies the valid range of values for the parameter.public String getAllowedValues()
Specifies the valid range of values for the parameter.
public Parameter withAllowedValues(String allowedValues)
Specifies the valid range of values for the parameter.
allowedValues
- Specifies 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 engine version to which the parameter can apply.
minimumEngineVersion
- The earliest engine version to which the parameter can apply.public String getMinimumEngineVersion()
The earliest engine version to which the parameter can apply.
public Parameter withMinimumEngineVersion(String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
minimumEngineVersion
- The earliest engine version to which the parameter can apply.public void setApplyMethod(String applyMethod)
Indicates when to apply parameter updates.
applyMethod
- Indicates when to apply parameter updates.ApplyMethod
public String getApplyMethod()
Indicates when to apply parameter updates.
ApplyMethod
public Parameter withApplyMethod(String applyMethod)
Indicates when to apply parameter updates.
applyMethod
- Indicates when to apply parameter updates.ApplyMethod
public void setApplyMethod(ApplyMethod applyMethod)
Indicates when to apply parameter updates.
applyMethod
- Indicates when to apply parameter updates.ApplyMethod
public Parameter withApplyMethod(ApplyMethod applyMethod)
Indicates when to apply parameter updates.
applyMethod
- Indicates when to apply parameter updates.ApplyMethod
public List<String> getSupportedEngineModes()
The valid DB engine modes.
public void setSupportedEngineModes(Collection<String> supportedEngineModes)
The valid DB engine modes.
supportedEngineModes
- The valid DB engine modes.public Parameter withSupportedEngineModes(String... supportedEngineModes)
The valid DB engine modes.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedEngineModes(java.util.Collection)
or withSupportedEngineModes(java.util.Collection)
if you want to override the existing values.
supportedEngineModes
- The valid DB engine modes.public Parameter withSupportedEngineModes(Collection<String> supportedEngineModes)
The valid DB engine modes.
supportedEngineModes
- The valid DB engine modes.public String toString()
toString
in class Object
Object.toString()