Interface StatusPathAccessor.StatusPathBuilder<B extends StatusPathAccessor.StatusPathBuilder<?>>

  • Type Parameters:
    B - The builder which implements the StatusPathAccessor.StatusPathBuilder.
    Enclosing interface:
    StatusPathAccessor


    public static interface StatusPathAccessor.StatusPathBuilder<B extends StatusPathAccessor.StatusPathBuilder<?>>
    Provides a mutator for an status path property.
    • Method Detail

      • withStatusPath

        B withStatusPath​(String aStatusPath)
        Sets the status path to use and returns this builder as of the builder pattern.
        Parameters:
        aStatusPath - The status path to be stored by the status path property.
        Returns:
        This StatusPathAccessor.StatusPathBuilder instance to continue configuration.