Interface UrlEndpointSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UrlEndpointSummary.Builder,UrlEndpointSummary>,SdkBuilder<UrlEndpointSummary.Builder,UrlEndpointSummary>,SdkPojo
- Enclosing class:
- UrlEndpointSummary
public static interface UrlEndpointSummary.Builder extends SdkPojo, CopyableBuilder<UrlEndpointSummary.Builder,UrlEndpointSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UrlEndpointSummary.BuilderhealthUrl(String healthUrl)The health check URL of the URL endpoint type.UrlEndpointSummary.Builderurl(String url)The URL to route traffic to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
healthUrl
UrlEndpointSummary.Builder healthUrl(String healthUrl)
The health check URL of the URL endpoint type. If the URL is a public endpoint, the
HealthUrlmust 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.- Parameters:
healthUrl- The health check URL of the URL endpoint type. If the URL is a public endpoint, theHealthUrlmust 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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 ishttps, the top level domain of the host must be listed in the IANA root zone database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-