The endpoint to which service requests can be submitted, including the actual URL prefix for sending requests and the Amazon Resource Name (ARN) so the endpoint can be referenced in other API calls such as UpdateServiceAccessPolicies.

Ejemplo n.º 1
0
 public DomainStatus WithSearchService(ServiceEndpoint searchService)
 {
     this.searchService = searchService;
     return this;
 }
Ejemplo n.º 2
0
 public DomainStatus WithDocService(ServiceEndpoint docService)
 {
     this.docService = docService;
     return this;
 }