Basho\Riak\Command\Builder\DeleteObject::build PHP Method

build() public method

public build ( ) : Basho\Riak\Command\Object\Delete;
return Basho\Riak\Command\Object\Delete;
    public function build()
    {
        $this->validate();
        return new Command\Object\Delete($this);
    }
DeleteObject