Interface PingPathAccessor.PingPathBuilder<B extends PingPathAccessor.PingPathBuilder<?>>

    • Method Detail

      • withPingPath

        B withPingPath​(String aPingPath)
        Sets the ping path to use and returns this builder as of the builder pattern.
        Parameters:
        aPingPath - The ping path to be stored by the ping path property.
        Returns:
        This PingPathAccessor.PingPathBuilder instance to continue configuration.