public static interface ModifyDbClusterParameterGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbClusterParameterGroupRequest.Builder,ModifyDbClusterParameterGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyDbClusterParameterGroupRequest.Builder |
dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
|
ModifyDbClusterParameterGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbClusterParameterGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbClusterParameterGroupRequest.Builder |
parameters(Collection<Parameter> parameters)
A list of parameters in the DB cluster parameter group to modify.
|
ModifyDbClusterParameterGroupRequest.Builder |
parameters(Consumer<Parameter.Builder>... parameters)
A list of parameters in the DB cluster parameter group to modify.
|
ModifyDbClusterParameterGroupRequest.Builder |
parameters(Parameter... parameters)
A list of parameters in the DB cluster parameter group to modify.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyDbClusterParameterGroupRequest.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
dbClusterParameterGroupName - The name of the DB cluster parameter group to modify.ModifyDbClusterParameterGroupRequest.Builder parameters(Collection<Parameter> parameters)
A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate value with dynamic parameters only. You can use the
pending-reboot value for both dynamic and static parameters.
When the application method is immediate, changes to dynamic parameters are applied immediately
to the DB clusters associated with the parameter group. When the application method is
pending-reboot, changes to dynamic and static parameters are applied after a reboot without
failover to the DB clusters associated with the parameter group.
parameters - A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate value with dynamic parameters only. You can use the
pending-reboot value for both dynamic and static parameters.
When the application method is immediate, changes to dynamic parameters are applied
immediately to the DB clusters associated with the parameter group. When the application method is
pending-reboot, changes to dynamic and static parameters are applied after a reboot
without failover to the DB clusters associated with the parameter group.
ModifyDbClusterParameterGroupRequest.Builder parameters(Parameter... parameters)
A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate value with dynamic parameters only. You can use the
pending-reboot value for both dynamic and static parameters.
When the application method is immediate, changes to dynamic parameters are applied immediately
to the DB clusters associated with the parameter group. When the application method is
pending-reboot, changes to dynamic and static parameters are applied after a reboot without
failover to the DB clusters associated with the parameter group.
parameters - A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate value with dynamic parameters only. You can use the
pending-reboot value for both dynamic and static parameters.
When the application method is immediate, changes to dynamic parameters are applied
immediately to the DB clusters associated with the parameter group. When the application method is
pending-reboot, changes to dynamic and static parameters are applied after a reboot
without failover to the DB clusters associated with the parameter group.
ModifyDbClusterParameterGroupRequest.Builder parameters(Consumer<Parameter.Builder>... parameters)
A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate value with dynamic parameters only. You can use the
pending-reboot value for both dynamic and static parameters.
When the application method is immediate, changes to dynamic parameters are applied immediately
to the DB clusters associated with the parameter group. When the application method is
pending-reboot, changes to dynamic and static parameters are applied after a reboot without
failover to the DB clusters associated with the parameter group.
Parameter.Builder avoiding the need to create one manually
via Parameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #parameters(List.
parameters - a consumer that will call methods on
Parameter.Builder#parameters(java.util.Collection) ModifyDbClusterParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyDbClusterParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.