> + return this;
> + }
> +
> + /**
> + * @see SwiftObject#lastModified()
> + */
> + public Builder lastModified(Date lastModified) {
> + this.lastModified = lastModified;
> + return this;
> + }
> +
> + /**
> + * @see SwiftObject#payload()
> + */
> + public Builder payload(Payload payload) {
> + this.payload = payload;Same here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/27/files#r7235108
