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

build() public method

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