> + public Builder toBuilder() {
> + return new Builder().fromApiMetadata(this);
> + }
> +
> + public ShipyardApiMetadata() {
> + this(new Builder());
> + }
> +
> + protected ShipyardApiMetadata(Builder builder) {
> + super(builder);
> + }
> +
> + public static Properties defaultProperties() {
> + Properties properties = BaseHttpApiMetadata.defaultProperties();
> + properties.setProperty(Constants.PROPERTY_MAX_RETRIES, "5");
> + properties.setProperty(ShipyardProperties.SHIPYARD_CREDENTIAL,
> "<remote-service-key-given-by-shipyard-cli>");
Is this a *good* value for this property? Will the Api work if users don't
override it? Should this value be passed as the credential?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/116/files#r21862022