Class CfnDBClusterParameterGroup.Builder

java.lang.Object
software.amazon.awscdk.services.docdb.CfnDBClusterParameterGroup.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDBClusterParameterGroup>
Enclosing class:
CfnDBClusterParameterGroup

@Stability(Stable) public static final class CfnDBClusterParameterGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnDBClusterParameterGroup>
A fluent builder for CfnDBClusterParameterGroup.
  • Method Details

    • create

      @Stability(Stable) public static CfnDBClusterParameterGroup.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnDBClusterParameterGroup.Builder.
    • description

      @Stability(Stable) public CfnDBClusterParameterGroup.Builder description(String description)
      The description for the cluster parameter group.

      Parameters:
      description - The description for the cluster parameter group. This parameter is required.
      Returns:
      this
    • family

      @Stability(Stable) public CfnDBClusterParameterGroup.Builder family(String family)
      The cluster parameter group family name.

      Parameters:
      family - The cluster parameter group family name. This parameter is required.
      Returns:
      this
    • parameters

      @Stability(Stable) public CfnDBClusterParameterGroup.Builder parameters(Object parameters)
      Provides a list of parameters for the cluster parameter group.

      Parameters:
      parameters - Provides a list of parameters for the cluster parameter group. This parameter is required.
      Returns:
      this
    • name

      @Stability(Stable) public CfnDBClusterParameterGroup.Builder name(String name)
      The name of the DB cluster parameter group.

      Constraints:

      • Must not match the name of an existing DBClusterParameterGroup .

      This value is stored as a lowercase string.

      Parameters:
      name - The name of the DB cluster parameter group. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnDBClusterParameterGroup.Builder tags(List<? extends CfnTag> tags)
      The tags to be assigned to the cluster parameter group.

      Parameters:
      tags - The tags to be assigned to the cluster parameter group. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnDBClusterParameterGroup build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnDBClusterParameterGroup>
      Returns:
      a newly built instance of CfnDBClusterParameterGroup.