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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DBClusterParameterGroup.BuilderdbClusterParameterGroupArn(String dbClusterParameterGroupArn)The Amazon Resource Name (ARN) for the DB cluster parameter group.DBClusterParameterGroup.BuilderdbClusterParameterGroupName(String dbClusterParameterGroupName)The name of the DB cluster parameter group.DBClusterParameterGroup.BuilderdbParameterGroupFamily(String dbParameterGroupFamily)The name of the DB parameter group family that this DB cluster parameter group is compatible with.DBClusterParameterGroup.Builderdescription(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dbClusterParameterGroupName
DBClusterParameterGroup.Builder dbClusterParameterGroupName(String 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
DBClusterParameterGroup.Builder dbParameterGroupFamily(String 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
DBClusterParameterGroup.Builder description(String 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
DBClusterParameterGroup.Builder dbClusterParameterGroupArn(String 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.
-
-