> +   }
> +
> +   public JdbcApiMetadata() {
> +      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")

Also add the `credentialName`. Will both be unused? Or will they be configured 
to the DB user and pass?

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

Reply via email to