> + .apiMetadata(new
> ElasticStackApiMetadata().toBuilder().version("2.0").build())
> + .homepage(URI.create("https://sjc-c.elastichosts.com"))
> + .console(URI.create("https://sjc-c.elastichosts.com/accounts"))
> + .iso3166Codes("US-CA")
> + .endpoint("https://api-sjc-c.elastichosts.com")
> +
> .defaultProperties(ElasticHostsSanJoseProviderMetadata.defaultProperties());
> + }
> +
> + @Override
> + public ElasticHostsSanJoseProviderMetadata build() {
> + return new ElasticHostsSanJoseProviderMetadata(this);
> + }
> +
> + @Override
> + public Builder fromProviderMetadata(
> + ProviderMetadata in) {
No need for the line break here?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/362/files#r13034123