public static interface UrlEndpointSummary.Builder extends SdkPojo, CopyableBuilder<UrlEndpointSummary.Builder,UrlEndpointSummary>
| Modifier and Type | Method and Description |
|---|---|
UrlEndpointSummary.Builder |
healthUrl(String healthUrl)
The health check URL of the URL endpoint type.
|
UrlEndpointSummary.Builder |
url(String url)
The URL to route traffic to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUrlEndpointSummary.Builder healthUrl(String healthUrl)
The health check URL of the URL endpoint type. If the URL is a public endpoint, the HealthUrl
must also be a public endpoint. If the URL is a private endpoint inside a virtual private cloud (VPC), the
health URL must also be a private endpoint, and the host must be the same as the URL.
healthUrl - The health check URL of the URL endpoint type. If the URL is a public endpoint, the
HealthUrl must also be a public endpoint. If the URL is a private endpoint inside a
virtual private cloud (VPC), the health URL must also be a private endpoint, and the host must be the
same as the URL.UrlEndpointSummary.Builder url(String url)
The URL to route traffic to. The URL must be an rfc3986-formatted URL. If the host is a domain name,
the name must be resolvable over the public internet. If the scheme is https, the top level
domain of the host must be listed in the IANA root zone
database.
url - The URL to route traffic to. The URL must be an rfc3986-formatted URL. If the host is a
domain name, the name must be resolvable over the public internet. If the scheme is https
, the top level domain of the host must be listed in the IANA root zone database.Copyright © 2022. All rights reserved.