@Value @Builder public class Xxx { Yyy1 yyy1; Yyy2 yyy2;
xxx.builder().Yyy1(yyy1).Yyy2(yyy2).build();