public static class Builder extends BaseProviderMetadata.Builder {
protected Builder() {
id("joyentcloud")
.name("JoyentCloud")
.apiMetadata(new JoyentCloudApiMetadata())
.homepage(URI.create("http://www.joyent.com/products/smartdatacenter/"))
.console(URI.create("https://my.joyentcloud.com/login"))
.iso3166Codes("US-VA", "US-CA", "US-NV", "NL-NH")
.endpoint("https://api.joyentcloud.com")
.defaultProperties(JoyentCloudProviderMetadata.defaultProperties());