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()
boolean
The 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".int
hashCode()
Iftrue
, 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) Iftrue
, 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
The 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
The name of the parameter.
- Returns:
- The name of the parameter.
-
withParameterName
The name of the parameter.
- Parameters:
parameterName
- The name of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setParameterValue
The value of the parameter.
- Parameters:
parameterValue
- The value of the parameter.
-
getParameterValue
The value of the parameter.
- Returns:
- The value of the parameter.
-
withParameterValue
The value of the parameter.
- Parameters:
parameterValue
- The value of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
A description of the parameter.
- Parameters:
description
- A description of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The data type of the parameter.
- Parameters:
dataType
- The data type of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The valid range of values for the parameter.
- Parameters:
allowedValues
- The valid range of values for the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-