Interface DBParameterGroup.Builder

    • Method Detail

      • dbParameterGroupName

        DBParameterGroup.Builder dbParameterGroupName​(String dbParameterGroupName)

        The name of the DB parameter group.

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

        DBParameterGroup.Builder dbParameterGroupFamily​(String dbParameterGroupFamily)

        The name of the DB parameter group family that this DB parameter group is compatible with.

        Parameters:
        dbParameterGroupFamily - The name of the DB parameter group family that this DB parameter group is compatible with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DBParameterGroup.Builder description​(String description)

        Provides the customer-specified description for this DB parameter group.

        Parameters:
        description - Provides the customer-specified description for this DB parameter group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbParameterGroupArn

        DBParameterGroup.Builder dbParameterGroupArn​(String dbParameterGroupArn)

        The Amazon Resource Name (ARN) for the DB parameter group.

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