> +
> + public Job build() {
> + return new Job(resourceUri, uuid);
> + }
> + }
> +
> + @Named("resource_uri")
> + private final String resourceUri;
> + @Named("uuid")
> + private final String uuid;
> +
> + @ConstructorProperties({
> + "resource_uri", "uuid"
> + })
> +
> + public Job(String resourceUri, String uuid) {
[Done](https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;a=commitdiff;h=8ff05d0a9ad9d8d33ca523764a226212060f2c96)
(one of my best commits ^^). Thanks for having a look @demobox!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/67/files#r13290342