> */
> public Builder created(Date created) {
> this.created = created;
> return self();
> }
>
> + /**
> + * @see Aged#getId()
> + */
> + public Builder id(String id) {
> + this.id = id;Add a `checkNotNull` here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/46/files#r7270869
