Interface HostAccessor.HostBuilder<B extends HostAccessor.HostBuilder<?>>

Type Parameters:
B - The builder which implements the HostAccessor.HostBuilder.
All Known Subinterfaces:
Url.UrlBuilder
All Known Implementing Classes:
UrlBuilderImpl
Enclosing interface:
HostAccessor

public static interface HostAccessor.HostBuilder<B extends HostAccessor.HostBuilder<?>>
Provides a mutator for an host property.
  • Method Summary

    Modifier and Type Method Description
    B withHost​(String aHost)
    Sets the host to use and returns this builder as of the builder pattern.
  • Method Details

    • withHost

      B withHost​(String aHost)
      Sets the host to use and returns this builder as of the builder pattern.
      Parameters:
      aHost - The host to be stored by the host property.
      Returns:
      This HostAccessor.HostBuilder instance to continue configuration.