public static interface Parameter.Builder extends CopyableBuilder<Parameter.Builder,Parameter>
Modifier and Type | Method and Description |
---|---|
Parameter.Builder |
allowedValues(String allowedValues)
The valid range of values for the parameter.
|
Parameter.Builder |
applyType(ParameterApplyType applyType)
Specifies how to apply the WLM configuration parameter.
|
Parameter.Builder |
applyType(String applyType)
Specifies how to apply the WLM configuration parameter.
|
Parameter.Builder |
dataType(String dataType)
The data type of the parameter.
|
Parameter.Builder |
description(String description)
A description of the parameter.
|
Parameter.Builder |
isModifiable(Boolean isModifiable)
If
true , the parameter can be modified. |
Parameter.Builder |
minimumEngineVersion(String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
|
Parameter.Builder |
parameterName(String parameterName)
The name of the parameter.
|
Parameter.Builder |
parameterValue(String parameterValue)
The value of the parameter.
|
Parameter.Builder |
source(String source)
The source of the parameter value, such as "engine-default" or "user".
|
copy
applyMutation, build
Parameter.Builder parameterName(String parameterName)
The name of the parameter.
parameterName
- The name of the parameter.Parameter.Builder parameterValue(String parameterValue)
The value of the parameter.
parameterValue
- The value of the parameter.Parameter.Builder description(String description)
A description of the parameter.
description
- A description of the parameter.Parameter.Builder source(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".Parameter.Builder dataType(String dataType)
The data type of the parameter.
dataType
- The data type of the parameter.Parameter.Builder allowedValues(String allowedValues)
The valid range of values for the parameter.
allowedValues
- The valid range of values for the parameter.Parameter.Builder applyType(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
,
ParameterApplyType
Parameter.Builder applyType(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
,
ParameterApplyType
Parameter.Builder isModifiable(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.Parameter.Builder minimumEngineVersion(String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
minimumEngineVersion
- The earliest engine version to which the parameter can apply.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.