Basho\Riak\Command\Builder\TimeSeries\Query::build PHP Method

build() public method

public build ( ) : Store
return Basho\Riak\Command\TimeSeries\Store
    public function build()
    {
        $this->validate();
        return new Command\TimeSeries\Query\Fetch($this);
    }