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

Type Parameters:
B - The builder which implements the HostAccessor.HostBuilder.
All Known Implementing Classes:
UrlBuilder
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
    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.