48495051525354
public Ambient buildAmbient() { if (this.color == null) throw new IllegalStateException("color must be set"); return new Ambient(this.color); }