@Generated(value="software.amazon.awssdk:codegen") public final class UrlEndpointSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UrlEndpointSummary.Builder,UrlEndpointSummary>
The summary of the configuration for the URL endpoint type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UrlEndpointSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UrlEndpointSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
healthUrl()
The health check URL of the URL endpoint type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UrlEndpointSummary.Builder> |
serializableBuilderClass() |
UrlEndpointSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The URL to route traffic to.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 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.public final 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.
https, the top
level domain of the host must be listed in the IANA root
zone database.public UrlEndpointSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UrlEndpointSummary.Builder,UrlEndpointSummary>public static UrlEndpointSummary.Builder builder()
public static Class<? extends UrlEndpointSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.