public static interface ModifyClusterParameterGroupRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<ModifyClusterParameterGroupRequest.Builder,ModifyClusterParameterGroupRequest>
Modifier and Type | Method and Description |
---|---|
ModifyClusterParameterGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ModifyClusterParameterGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyClusterParameterGroupRequest.Builder |
parameterGroupName(String parameterGroupName)
The name of the parameter group to be modified.
|
ModifyClusterParameterGroupRequest.Builder |
parameters(Collection<Parameter> parameters)
An array of parameters to be modified.
|
ModifyClusterParameterGroupRequest.Builder |
parameters(Consumer<Parameter.Builder>... parameters)
An array of parameters to be modified.
|
ModifyClusterParameterGroupRequest.Builder |
parameters(Parameter... parameters)
An array of parameters to be modified.
|
build
overrideConfiguration
copy
applyMutation, build
ModifyClusterParameterGroupRequest.Builder parameterGroupName(String parameterGroupName)
The name of the parameter group to be modified.
parameterGroupName
- The name of the parameter group to be modified.ModifyClusterParameterGroupRequest.Builder parameters(Collection<Parameter> parameters)
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
parameters
- An array of parameters to be modified. A maximum of 20 parameters can be modified in a single
request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
ModifyClusterParameterGroupRequest.Builder parameters(Parameter... parameters)
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
parameters
- An array of parameters to be modified. A maximum of 20 parameters can be modified in a single
request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
ModifyClusterParameterGroupRequest.Builder parameters(Consumer<Parameter.Builder>... parameters)
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #parameters(List)
.parameters
- a consumer that will call methods on List.Builder
#parameters(List)
ModifyClusterParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyClusterParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.