> +      super(new Builder());
> +   }
> +
> +   protected JdbcApiMetadata(Builder builder) {
> +      super(builder);
> +   }
> +
> +   public static class Builder extends BaseApiMetadata.Builder<Builder> {
> +
> +      protected Builder() {
> +         id("jdbc")
> +         .name("Jdbc BlobStore")
> +         .identityName("Unused")
> +         .defaultEndpoint("http://localhost/transient";)
> +         .defaultIdentity("unused")
> +         .defaultCredential("unused")

I get an error if the identity is not present in properties.

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

Reply via email to