@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 WLM configuration 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 WLM configuration parameter.
|
void |
setApplyType(String applyType)
Specifies how to apply the WLM configuration 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 WLM configuration parameter.
|
Parameter |
withApplyType(String applyType)
Specifies how to apply the WLM configuration 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 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 value, such as "engine-default" or "user".
source
- The source of the parameter value, such as "engine-default" or "user".public String getSource()
The source of the parameter value, such as "engine-default" or "user".
public Parameter withSource(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(String dataType)
The data type of the parameter.
dataType
- The data type of the parameter.public String getDataType()
The data type of the parameter.
public Parameter withDataType(String dataType)
The data type of the parameter.
dataType
- The data type of 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 setApplyType(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 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(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(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 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(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 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(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.