Sets the list of URLs for the client. It replaces all existing Chain Core URLs with the provided URLs. @param urls the URLs of the Chain Cores or HSMs
(List<URL> urls)
| 656 | * @param urls the URLs of the Chain Cores or HSMs |
| 657 | */ |
| 658 | public Builder setURLs(List<URL> urls) { |
| 659 | this.urls = new ArrayList<>(urls); |
| 660 | return this; |
| 661 | } |
| 662 | |
| 663 | /** |
| 664 | * Sets the access token for the client |