Interface DBClusterParameterGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DBClusterParameterGroup.Builder,
,DBClusterParameterGroup> SdkBuilder<DBClusterParameterGroup.Builder,
,DBClusterParameterGroup> SdkPojo
- Enclosing class:
DBClusterParameterGroup
public static interface DBClusterParameterGroup.Builder
extends SdkPojo, CopyableBuilder<DBClusterParameterGroup.Builder,DBClusterParameterGroup>
-
Method Summary
Modifier and TypeMethodDescriptiondbClusterParameterGroupArn
(String dbClusterParameterGroupArn) The Amazon Resource Name (ARN) for the DB cluster parameter group.dbClusterParameterGroupName
(String dbClusterParameterGroupName) The name of the DB cluster parameter group.dbParameterGroupFamily
(String dbParameterGroupFamily) The name of the DB parameter group family that this DB cluster parameter group is compatible with.description
(String description) Provides the customer-specified description for this DB cluster parameter group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
dbClusterParameterGroupName
The name of the DB cluster parameter group.
- Parameters:
dbClusterParameterGroupName
- The name of the DB cluster parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbParameterGroupFamily
The name of the DB parameter group family that this DB cluster parameter group is compatible with.
- Parameters:
dbParameterGroupFamily
- The name of the DB parameter group family that this DB cluster parameter group is compatible with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Provides the customer-specified description for this DB cluster parameter group.
- Parameters:
description
- Provides the customer-specified description for this DB cluster parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterParameterGroupArn
The Amazon Resource Name (ARN) for the DB cluster parameter group.
- Parameters:
dbClusterParameterGroupArn
- The Amazon Resource Name (ARN) for the DB cluster parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-