CopyableBuilder<DBParameterGroup.Builder,DBParameterGroup>, SdkBuilder<DBParameterGroup.Builder,DBParameterGroup>public static interface DBParameterGroup.Builder extends CopyableBuilder<DBParameterGroup.Builder,DBParameterGroup>
| Modifier and Type | Method | Description |
|---|---|---|
DBParameterGroup.Builder |
dbParameterGroupArn(String dbParameterGroupArn) |
The Amazon Resource Name (ARN) for the DB parameter group.
|
DBParameterGroup.Builder |
dbParameterGroupFamily(String dbParameterGroupFamily) |
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
|
DBParameterGroup.Builder |
dbParameterGroupName(String dbParameterGroupName) |
Provides the name of the DB parameter group.
|
DBParameterGroup.Builder |
description(String description) |
Provides the customer-specified description for this DB parameter group.
|
copyapply, buildDBParameterGroup.Builder dbParameterGroupName(String dbParameterGroupName)
Provides the name of the DB parameter group.
dbParameterGroupName - Provides the name of the DB parameter group.DBParameterGroup.Builder dbParameterGroupFamily(String dbParameterGroupFamily)
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
dbParameterGroupFamily - Provides 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.