> +            .template(template)
> +            .templateUrl(templateUrl)
> +            .parameters(parameters)
> +            .disableRollback(disableRollback)
> +            .files(files)
> +            .environment(environment).build();
> +   }
> +
> +   public static final class Builder {
> +
> +      private String name;
> +      private String template;
> +      private String templateUrl;
> +      private Map<String, Object> parameters = ImmutableMap.of();
> +      private boolean disableRollback = true;
> +      private Map<String, String> files = ImmutableMap.of();

Same here.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/188/files#r28424263

Reply via email to