@Stability(value=Stable) public static final class CfnService.UrlEndpointInputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.UrlEndpointInputProperty>
CfnService.UrlEndpointInputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.UrlEndpointInputProperty |
build()
Builds the configured instance.
|
CfnService.UrlEndpointInputProperty.Builder |
healthUrl(String healthUrl)
Sets the value of
CfnService.UrlEndpointInputProperty.getHealthUrl() |
CfnService.UrlEndpointInputProperty.Builder |
url(String url)
Sets the value of
CfnService.UrlEndpointInputProperty.getUrl() |
@Stability(value=Stable) public CfnService.UrlEndpointInputProperty.Builder url(String url)
CfnService.UrlEndpointInputProperty.getUrl()url - The URL to route traffic to. This parameter is required.
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 .this@Stability(value=Stable) public CfnService.UrlEndpointInputProperty.Builder healthUrl(String healthUrl)
CfnService.UrlEndpointInputProperty.getHealthUrl()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.this@Stability(value=Stable) public CfnService.UrlEndpointInputProperty build()
build in interface software.amazon.jsii.Builder<CfnService.UrlEndpointInputProperty>CfnService.UrlEndpointInputPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.