public static interface DBParameterGroup.Builder extends SdkPojo, CopyableBuilder<DBParameterGroup.Builder,DBParameterGroup>
Modifier and Type | Method and Description |
---|---|
DBParameterGroup.Builder |
dbParameterGroupArn(String dbParameterGroupArn)
The Amazon Resource Name (ARN) for the DB parameter group.
|
DBParameterGroup.Builder |
dbParameterGroupFamily(String dbParameterGroupFamily)
The name of the DB parameter group family that this DB parameter group is compatible with.
|
DBParameterGroup.Builder |
dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group.
|
DBParameterGroup.Builder |
description(String description)
Provides the customer-specified description for this DB parameter group.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DBParameterGroup.Builder dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group.
dbParameterGroupName
- The name of the DB parameter group.DBParameterGroup.Builder dbParameterGroupFamily(String dbParameterGroupFamily)
The name of the DB parameter group family that this DB parameter group is compatible with.
dbParameterGroupFamily
- The name of the DB parameter group family that this DB parameter group is compatible with.DBParameterGroup.Builder description(String description)
Provides the customer-specified description for this DB parameter group.
description
- Provides the customer-specified description for this DB parameter group.DBParameterGroup.Builder dbParameterGroupArn(String dbParameterGroupArn)
The Amazon Resource Name (ARN) for the DB parameter group.
dbParameterGroupArn
- The Amazon Resource Name (ARN) for the DB parameter group.Copyright © 2022. All rights reserved.