public class Parameter
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes a parameter in a cluster parameter group.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
allowedValues
The valid range of values for the parameter.
|
private java.lang.String |
applyType
Specifies how to apply the WLM configuration parameter.
|
private java.lang.String |
dataType
The data type of the parameter.
|
private java.lang.String |
description
A description of the parameter.
|
private java.lang.Boolean |
isModifiable
If
true , the parameter can be modified. |
private java.lang.String |
minimumEngineVersion
The earliest engine version to which the parameter can apply.
|
private java.lang.String |
parameterName
The name of the parameter.
|
private java.lang.String |
parameterValue
The value of the parameter.
|
private java.lang.String |
source
The source of the parameter value, such as "engine-default" or "user".
|
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
Parameter |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAllowedValues()
The valid range of values for the parameter.
|
java.lang.String |
getApplyType()
Specifies how to apply the WLM configuration parameter.
|
java.lang.String |
getDataType()
The data type of the parameter.
|
java.lang.String |
getDescription()
A description of the parameter.
|
java.lang.Boolean |
getIsModifiable()
If
true , the parameter can be modified. |
java.lang.String |
getMinimumEngineVersion()
The earliest engine version to which the parameter can apply.
|
java.lang.String |
getParameterName()
The name of the parameter.
|
java.lang.String |
getParameterValue()
The value of the parameter.
|
java.lang.String |
getSource()
The source of the parameter value, such as "engine-default" or "user".
|
int |
hashCode() |
java.lang.Boolean |
isModifiable()
If
true , the parameter can be modified. |
void |
setAllowedValues(java.lang.String allowedValues)
The valid range of values for the parameter.
|
void |
setApplyType(ParameterApplyType applyType)
Specifies how to apply the WLM configuration parameter.
|
void |
setApplyType(java.lang.String applyType)
Specifies how to apply the WLM configuration parameter.
|
void |
setDataType(java.lang.String dataType)
The data type of the parameter.
|
void |
setDescription(java.lang.String description)
A description of the parameter.
|
void |
setIsModifiable(java.lang.Boolean isModifiable)
If
true , the parameter can be modified. |
void |
setMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
|
void |
setParameterName(java.lang.String parameterName)
The name of the parameter.
|
void |
setParameterValue(java.lang.String parameterValue)
The value of the parameter.
|
void |
setSource(java.lang.String source)
The source of the parameter value, such as "engine-default" or "user".
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Parameter |
withAllowedValues(java.lang.String allowedValues)
The valid range of values for the parameter.
|
Parameter |
withApplyType(ParameterApplyType applyType)
Specifies how to apply the WLM configuration parameter.
|
Parameter |
withApplyType(java.lang.String applyType)
Specifies how to apply the WLM configuration parameter.
|
Parameter |
withDataType(java.lang.String dataType)
The data type of the parameter.
|
Parameter |
withDescription(java.lang.String description)
A description of the parameter.
|
Parameter |
withIsModifiable(java.lang.Boolean isModifiable)
If
true , the parameter can be modified. |
Parameter |
withMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
|
Parameter |
withParameterName(java.lang.String parameterName)
The name of the parameter.
|
Parameter |
withParameterValue(java.lang.String parameterValue)
The value of the parameter.
|
Parameter |
withSource(java.lang.String source)
The source of the parameter value, such as "engine-default" or "user".
|
private java.lang.String parameterName
The name of the parameter.
private java.lang.String parameterValue
The value of the parameter.
private java.lang.String description
A description of the parameter.
private java.lang.String source
The source of the parameter value, such as "engine-default" or "user".
private java.lang.String dataType
The data type of the parameter.
private java.lang.String allowedValues
The valid range of values for the parameter.
private java.lang.String applyType
Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
private java.lang.Boolean isModifiable
If true
, the parameter can be modified. Some parameters have
security or operational implications that prevent them from being
changed.
private java.lang.String minimumEngineVersion
The earliest engine version to which the parameter can apply.
public void setParameterName(java.lang.String parameterName)
The name of the parameter.
parameterName
- The name of the parameter.public java.lang.String getParameterName()
The name of the parameter.
public Parameter withParameterName(java.lang.String parameterName)
The name of the parameter.
parameterName
- The name of the parameter.public void setParameterValue(java.lang.String parameterValue)
The value of the parameter.
parameterValue
- The value of the parameter.public java.lang.String getParameterValue()
The value of the parameter.
public Parameter withParameterValue(java.lang.String parameterValue)
The value of the parameter.
parameterValue
- The value of the parameter.public void setDescription(java.lang.String description)
A description of the parameter.
description
- A description of the parameter.public java.lang.String getDescription()
A description of the parameter.
public Parameter withDescription(java.lang.String description)
A description of the parameter.
description
- A description of the parameter.public void setSource(java.lang.String source)
The source of the parameter value, such as "engine-default" or "user".
source
- The source of the parameter value, such as "engine-default" or
"user".public java.lang.String getSource()
The source of the parameter value, such as "engine-default" or "user".
public Parameter withSource(java.lang.String source)
The source of the parameter value, such as "engine-default" or "user".
source
- The source of the parameter value, such as "engine-default" or
"user".public void setDataType(java.lang.String dataType)
The data type of the parameter.
dataType
- The data type of the parameter.public java.lang.String getDataType()
The data type of the parameter.
public Parameter withDataType(java.lang.String dataType)
The data type of the parameter.
dataType
- The data type of the parameter.public void setAllowedValues(java.lang.String allowedValues)
The valid range of values for the parameter.
allowedValues
- The valid range of values for the parameter.public java.lang.String getAllowedValues()
The valid range of values for the parameter.
public Parameter withAllowedValues(java.lang.String allowedValues)
The valid range of values for the parameter.
allowedValues
- The valid range of values for the parameter.public void setApplyType(java.lang.String applyType)
Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
applyType
- Specifies how to apply the WLM configuration parameter. Some
properties can be applied dynamically, while other properties
require that any associated clusters be rebooted for the
configuration changes to be applied. For more information about
parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift
Cluster Management Guide.ParameterApplyType
public java.lang.String getApplyType()
Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
ParameterApplyType
public Parameter withApplyType(java.lang.String applyType)
Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
applyType
- Specifies how to apply the WLM configuration parameter. Some
properties can be applied dynamically, while other properties
require that any associated clusters be rebooted for the
configuration changes to be applied. For more information about
parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift
Cluster Management Guide.ParameterApplyType
public void setApplyType(ParameterApplyType applyType)
Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
applyType
- Specifies how to apply the WLM configuration parameter. Some
properties can be applied dynamically, while other properties
require that any associated clusters be rebooted for the
configuration changes to be applied. For more information about
parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift
Cluster Management Guide.ParameterApplyType
public Parameter withApplyType(ParameterApplyType applyType)
Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
applyType
- Specifies how to apply the WLM configuration parameter. Some
properties can be applied dynamically, while other properties
require that any associated clusters be rebooted for the
configuration changes to be applied. For more information about
parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift
Cluster Management Guide.ParameterApplyType
public void setIsModifiable(java.lang.Boolean isModifiable)
If 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 java.lang.Boolean getIsModifiable()
If 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 Parameter withIsModifiable(java.lang.Boolean isModifiable)
If 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 java.lang.Boolean isModifiable()
If 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 setMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
minimumEngineVersion
- The earliest engine version to which the parameter can apply.public java.lang.String getMinimumEngineVersion()
The earliest engine version to which the parameter can apply.
public Parameter withMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
minimumEngineVersion
- The earliest engine version to which the parameter can apply.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Parameter clone()
clone
in class java.lang.Object