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 Details

    • dbClusterParameterGroupName

      DBClusterParameterGroup.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName)

      Provides the name of the cluster parameter group.

      Parameters:
      dbClusterParameterGroupName - Provides the name of the cluster parameter group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbParameterGroupFamily

      DBClusterParameterGroup.Builder dbParameterGroupFamily(String dbParameterGroupFamily)

      Provides the name of the parameter group family that this cluster parameter group is compatible with.

      Parameters:
      dbParameterGroupFamily - Provides the name of the parameter group family that this 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 cluster parameter group.

      Parameters:
      description - Provides the customer-specified description for this 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 cluster parameter group.

      Parameters:
      dbClusterParameterGroupArn - The Amazon Resource Name (ARN) for the cluster parameter group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.