public static interface AwsRdsDbParameterGroup.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbParameterGroup.Builder,AwsRdsDbParameterGroup>
Modifier and Type | Method and Description |
---|---|
AwsRdsDbParameterGroup.Builder |
dbParameterGroupName(String dbParameterGroupName)
The name of the parameter group.
|
AwsRdsDbParameterGroup.Builder |
parameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsRdsDbParameterGroup.Builder dbParameterGroupName(String dbParameterGroupName)
The name of the parameter group.
dbParameterGroupName
- The name of the parameter group.AwsRdsDbParameterGroup.Builder parameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus
- The status of parameter updates.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.