Пример #1
0
 public Cluster WithEndpoint(Endpoint endpoint)
 {
     this.endpoint = endpoint;
     return this;
 }