Class Parameter
- All Implemented Interfaces:
Serializable, Cloneable
Describes a parameter in a cluster parameter group.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe valid range of values for the parameter.Specifies how to apply the WLM configuration parameter.The data type of the parameter.A description of the parameter.Iftrue, the parameter can be modified.The earliest engine version to which the parameter can apply.The name of the parameter.The value of the parameter.The source of the parameter value, such as "engine-default" or "user".inthashCode()Iftrue, the parameter can be modified.voidsetAllowedValues(String allowedValues) The valid range of values for the parameter.voidsetApplyType(ParameterApplyType applyType) Specifies how to apply the WLM configuration parameter.voidsetApplyType(String applyType) Specifies how to apply the WLM configuration parameter.voidsetDataType(String dataType) The data type of the parameter.voidsetDescription(String description) A description of the parameter.voidsetIsModifiable(Boolean isModifiable) Iftrue, the parameter can be modified.voidsetMinimumEngineVersion(String minimumEngineVersion) The earliest engine version to which the parameter can apply.voidsetParameterName(String parameterName) The name of the parameter.voidsetParameterValue(String parameterValue) The value of the parameter.voidThe source of the parameter value, such as "engine-default" or "user".toString()Returns a string representation of this object; useful for testing and debugging.withAllowedValues(String allowedValues) The valid range of values for the parameter.withApplyType(ParameterApplyType applyType) Specifies how to apply the WLM configuration parameter.withApplyType(String applyType) Specifies how to apply the WLM configuration parameter.withDataType(String dataType) The data type of the parameter.withDescription(String description) A description of the parameter.withIsModifiable(Boolean isModifiable) Iftrue, the parameter can be modified.withMinimumEngineVersion(String minimumEngineVersion) The earliest engine version to which the parameter can apply.withParameterName(String parameterName) The name of the parameter.withParameterValue(String parameterValue) The value of the parameter.withSource(String source) The source of the parameter value, such as "engine-default" or "user".
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
setParameterName
The name of the parameter.
- Parameters:
parameterName- The name of the parameter.
-
getParameterName
-
withParameterName
-
setParameterValue
The value of the parameter.
- Parameters:
parameterValue- The value of the parameter.
-
getParameterValue
-
withParameterValue
-
setDescription
A description of the parameter.
- Parameters:
description- A description of the parameter.
-
getDescription
A description of the parameter.
- Returns:
- A description of the parameter.
-
withDescription
-
setSource
The source of the parameter value, such as "engine-default" or "user".
- Parameters:
source- The source of the parameter value, such as "engine-default" or "user".
-
getSource
The source of the parameter value, such as "engine-default" or "user".
- Returns:
- The source of the parameter value, such as "engine-default" or "user".
-
withSource
-
setDataType
The data type of the parameter.
- Parameters:
dataType- The data type of the parameter.
-
getDataType
The data type of the parameter.
- Returns:
- The data type of the parameter.
-
withDataType
-
setAllowedValues
The valid range of values for the parameter.
- Parameters:
allowedValues- The valid range of values for the parameter.
-
getAllowedValues
The valid range of values for the parameter.
- Returns:
- The valid range of values for the parameter.
-
withAllowedValues
-
setApplyType
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.
- Parameters:
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.- See Also:
-
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.
- Returns:
- 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.
- See Also:
-
withApplyType
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setApplyType
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.
- Parameters:
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.- See Also:
-
withApplyType
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setIsModifiable
If
true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.- Parameters:
isModifiable- Iftrue, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
-
getIsModifiable
If
true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.- Returns:
- If
true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
-
withIsModifiable
If
true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.- Parameters:
isModifiable- Iftrue, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.- Returns:
- 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.- Returns:
- If
true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
-
setMinimumEngineVersion
The earliest engine version to which the parameter can apply.
- Parameters:
minimumEngineVersion- The earliest engine version to which the parameter can apply.
-
getMinimumEngineVersion
The earliest engine version to which the parameter can apply.
- Returns:
- The earliest engine version to which the parameter can apply.
-
withMinimumEngineVersion
The earliest engine version to which the parameter can apply.
- Parameters:
minimumEngineVersion- The earliest engine version to which the parameter can apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-