Class UrlEndpointInput
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhubrefactorspaces.model.UrlEndpointInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UrlEndpointInput.Builder,UrlEndpointInput>
@Generated("software.amazon.awssdk:codegen") public final class UrlEndpointInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UrlEndpointInput.Builder,UrlEndpointInput>
The configuration for the URL endpoint type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUrlEndpointInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UrlEndpointInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhealthUrl()The health check URL of the URL endpoint type.List<SdkField<?>>sdkFields()static Class<? extends UrlEndpointInput.Builder>serializableBuilderClass()UrlEndpointInput.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()The URL to route traffic to.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
healthUrl
public final 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.- Returns:
- 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.
-
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.- Returns:
- 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.
-
toBuilder
public UrlEndpointInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UrlEndpointInput.Builder,UrlEndpointInput>
-
builder
public static UrlEndpointInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends UrlEndpointInput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-