> +   @Override
> +   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(ShipyardProperties.SHIPYARD_CREDENTIAL, 
> "<remote-service-key-given-by-shipyard-cli>");

What is this property used for?

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

Reply via email to