Interface ModifyClusterParameterGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyClusterParameterGroupRequest.Builder,ModifyClusterParameterGroupRequest>,RedshiftRequest.Builder,SdkBuilder<ModifyClusterParameterGroupRequest.Builder,ModifyClusterParameterGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyClusterParameterGroupRequest
public static interface ModifyClusterParameterGroupRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<ModifyClusterParameterGroupRequest.Builder,ModifyClusterParameterGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyClusterParameterGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyClusterParameterGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyClusterParameterGroupRequest.BuilderparameterGroupName(String parameterGroupName)The name of the parameter group to be modified.ModifyClusterParameterGroupRequest.Builderparameters(Collection<Parameter> parameters)An array of parameters to be modified.ModifyClusterParameterGroupRequest.Builderparameters(Consumer<Parameter.Builder>... parameters)An array of parameters to be modified.ModifyClusterParameterGroupRequest.Builderparameters(Parameter... parameters)An array of parameters to be modified.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
parameterGroupName
ModifyClusterParameterGroupRequest.Builder parameterGroupName(String parameterGroupName)
The name of the parameter group to be modified.
- Parameters:
parameterGroupName- The name of the parameter group to be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
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:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
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:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
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 method that creates an instance of theParameter.Builderavoiding the need to create one manually viaParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#parameters(List.) - Parameters:
parameters- a consumer that will call methods onParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#parameters(java.util.Collection)
-
overrideConfiguration
ModifyClusterParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyClusterParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-