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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      B withHost​(java.lang.String aHost)
      Sets the host to use and returns this builder as of the builder pattern.
    • Method Detail

      • withHost

        B withHost​(java.lang.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.