Interface ResetDbParameterGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ResetDbParameterGroupRequest.Builder,ResetDbParameterGroupRequest>,RdsRequest.Builder,SdkBuilder<ResetDbParameterGroupRequest.Builder,ResetDbParameterGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ResetDbParameterGroupRequest
public static interface ResetDbParameterGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ResetDbParameterGroupRequest.Builder,ResetDbParameterGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResetDbParameterGroupRequest.BuilderdbParameterGroupName(String dbParameterGroupName)The name of the DB parameter group.ResetDbParameterGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ResetDbParameterGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ResetDbParameterGroupRequest.Builderparameters(Collection<Parameter> parameters)To reset the entire DB parameter group, specify theDBParameterGroupname andResetAllParametersparameters.ResetDbParameterGroupRequest.Builderparameters(Consumer<Parameter.Builder>... parameters)To reset the entire DB parameter group, specify theDBParameterGroupname andResetAllParametersparameters.ResetDbParameterGroupRequest.Builderparameters(Parameter... parameters)To reset the entire DB parameter group, specify theDBParameterGroupname andResetAllParametersparameters.ResetDbParameterGroupRequest.BuilderresetAllParameters(Boolean resetAllParameters)Specifies whether to reset all parameters in the DB parameter group to default values.-
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.rds.model.RdsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dbParameterGroupName
ResetDbParameterGroupRequest.Builder dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group.
Constraints:
-
Must match the name of an existing
DBParameterGroup.
- Parameters:
dbParameterGroupName- The name of the DB parameter group.Constraints:
-
Must match the name of an existing
DBParameterGroup.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resetAllParameters
ResetDbParameterGroupRequest.Builder resetAllParameters(Boolean resetAllParameters)
Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.
- Parameters:
resetAllParameters- Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
ResetDbParameterGroupRequest.Builder parameters(Collection<Parameter> parameters)
To reset the entire DB parameter group, specify the
DBParameterGroupname andResetAllParametersparameters. To reset specific parameters, provide a list of the following:ParameterNameandApplyMethod. A maximum of 20 parameters can be modified in a single request.MySQL
Valid Values (for Apply method):
immediate|pending-rebootYou can use the immediate value with dynamic parameters only. You can use the
pending-rebootvalue for both dynamic and static parameters, and changes are applied when DB instance reboots.MariaDB
Valid Values (for Apply method):
immediate|pending-rebootYou can use the immediate value with dynamic parameters only. You can use the
pending-rebootvalue for both dynamic and static parameters, and changes are applied when DB instance reboots.Oracle
Valid Values (for Apply method):
pending-reboot- Parameters:
parameters- To reset the entire DB parameter group, specify theDBParameterGroupname andResetAllParametersparameters. To reset specific parameters, provide a list of the following:ParameterNameandApplyMethod. A maximum of 20 parameters can be modified in a single request.MySQL
Valid Values (for Apply method):
immediate|pending-rebootYou can use the immediate value with dynamic parameters only. You can use the
pending-rebootvalue for both dynamic and static parameters, and changes are applied when DB instance reboots.MariaDB
Valid Values (for Apply method):
immediate|pending-rebootYou can use the immediate value with dynamic parameters only. You can use the
pending-rebootvalue for both dynamic and static parameters, and changes are applied when DB instance reboots.Oracle
Valid Values (for Apply method):
pending-reboot- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
ResetDbParameterGroupRequest.Builder parameters(Parameter... parameters)
To reset the entire DB parameter group, specify the
DBParameterGroupname andResetAllParametersparameters. To reset specific parameters, provide a list of the following:ParameterNameandApplyMethod. A maximum of 20 parameters can be modified in a single request.MySQL
Valid Values (for Apply method):
immediate|pending-rebootYou can use the immediate value with dynamic parameters only. You can use the
pending-rebootvalue for both dynamic and static parameters, and changes are applied when DB instance reboots.MariaDB
Valid Values (for Apply method):
immediate|pending-rebootYou can use the immediate value with dynamic parameters only. You can use the
pending-rebootvalue for both dynamic and static parameters, and changes are applied when DB instance reboots.Oracle
Valid Values (for Apply method):
pending-reboot- Parameters:
parameters- To reset the entire DB parameter group, specify theDBParameterGroupname andResetAllParametersparameters. To reset specific parameters, provide a list of the following:ParameterNameandApplyMethod. A maximum of 20 parameters can be modified in a single request.MySQL
Valid Values (for Apply method):
immediate|pending-rebootYou can use the immediate value with dynamic parameters only. You can use the
pending-rebootvalue for both dynamic and static parameters, and changes are applied when DB instance reboots.MariaDB
Valid Values (for Apply method):
immediate|pending-rebootYou can use the immediate value with dynamic parameters only. You can use the
pending-rebootvalue for both dynamic and static parameters, and changes are applied when DB instance reboots.Oracle
Valid Values (for Apply method):
pending-reboot- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
ResetDbParameterGroupRequest.Builder parameters(Consumer<Parameter.Builder>... parameters)
To reset the entire DB parameter group, specify the
DBParameterGroupname andResetAllParametersparameters. To reset specific parameters, provide a list of the following:ParameterNameandApplyMethod. A maximum of 20 parameters can be modified in a single request.MySQL
Valid Values (for Apply method):
immediate|pending-rebootYou can use the immediate value with dynamic parameters only. You can use the
pending-rebootvalue for both dynamic and static parameters, and changes are applied when DB instance reboots.MariaDB
Valid Values (for Apply method):
immediate|pending-rebootYou can use the immediate value with dynamic parameters only. You can use the
pending-rebootvalue for both dynamic and static parameters, and changes are applied when DB instance reboots.Oracle
Valid Values (for Apply method):
This is a convenience method that creates an instance of thepending-rebootParameter.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
ResetDbParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ResetDbParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-