Interface DBClusterParameterGroup.Builder

    • 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.