Basho\Riak\Command\Builder\FetchBucketProperties::build PHP Метод

build() публичный Метод

public build ( ) : Basho\Riak\Command\Bucket\Fetch;
Результат Basho\Riak\Command\Bucket\Fetch;
    public function build()
    {
        $this->validate();
        return new Command\Bucket\Fetch($this);
    }
FetchBucketProperties