> +
> + 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) {Pretty mindblowing stuff there, @nacx! Thanks! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/67/files#r13290446
