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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UrlEndpointConfig.BuilderhealthUrl(String healthUrl)The health check URL of the URL endpoint type.UrlEndpointConfig.Builderurl(String url)The HTTP URL endpoint.-
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
UrlEndpointConfig.Builder healthUrl(String 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
UrlEndpointConfig.Builder url(String 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.
-
-