Interface UrlEndpointConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UrlEndpointConfig.Builder,,UrlEndpointConfig> SdkBuilder<UrlEndpointConfig.Builder,,UrlEndpointConfig> SdkPojo
- Enclosing class:
 UrlEndpointConfig
public static interface UrlEndpointConfig.Builder
extends SdkPojo, CopyableBuilder<UrlEndpointConfig.Builder,UrlEndpointConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe health check URL of the URL endpoint type.The HTTP URL endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
healthUrl
The health check URL of the URL endpoint type.
- Parameters:
 healthUrl- The health check URL of the URL endpoint type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
url
The HTTP URL endpoint.
- Parameters:
 url- The HTTP URL endpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -