public static interface DBClusterParameterGroup.Builder extends CopyableBuilder<DBClusterParameterGroup.Builder,DBClusterParameterGroup>
| Modifier and Type | Method and Description |
|---|---|
DBClusterParameterGroup.Builder |
dbClusterParameterGroupArn(String dbClusterParameterGroupArn)
The Amazon Resource Name (ARN) for the DB cluster parameter group.
|
DBClusterParameterGroup.Builder |
dbClusterParameterGroupName(String dbClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
|
DBClusterParameterGroup.Builder |
dbParameterGroupFamily(String dbParameterGroupFamily)
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
|
DBClusterParameterGroup.Builder |
description(String description)
Provides the customer-specified description for this DB cluster parameter group.
|
copyapply, buildDBClusterParameterGroup.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
dbClusterParameterGroupName - Provides the name of the DB cluster parameter group.DBClusterParameterGroup.Builder dbParameterGroupFamily(String dbParameterGroupFamily)
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
dbParameterGroupFamily - Provides the name of the DB parameter group family that this DB cluster parameter group is compatible
with.DBClusterParameterGroup.Builder description(String description)
Provides the customer-specified description for this DB cluster parameter group.
description - Provides the customer-specified description for this DB cluster parameter group.DBClusterParameterGroup.Builder dbClusterParameterGroupArn(String dbClusterParameterGroupArn)
The Amazon Resource Name (ARN) for the DB cluster parameter group.
dbClusterParameterGroupArn - The Amazon Resource Name (ARN) for the DB cluster parameter group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.