> @@ -71,8 +73,13 @@ public Builder timestamp(Date timestamp) {
> return this;
> }
>
> + public Builder availabilityZone(String availabilityZone) {
> + this.availabilityZone = availabilityZone;
> + return this;
> +Delete empty line? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/96/files#r5543694
