Class UrlValidator.Builder
java.lang.Object
io.aiven.commons.kafka.config.validator.UrlValidator.Builder
- Enclosing class:
- UrlValidator
Builder for UrlValidator.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a UrlValidator.Adds one or more hosts to the list of valid hosts.Adds one or more schemes to the list of valid schemes.
-
Method Details
-
build
Builds a UrlValidator.- Returns:
- a new UrlValidator.
-
schemes
Adds one or more schemes to the list of valid schemes.- Parameters:
scheme- the scheme(s) to add.- Returns:
- this
-
hosts
Adds one or more hosts to the list of valid hosts.- Parameters:
host- the host(s) to add.- Returns:
- this
-