Interface InputStreamAccessor.InputStreamBuilder<B extends InputStreamAccessor.InputStreamBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    All Known Subinterfaces:
    InputStreamStringBuilder
    All Known Implementing Classes:
    InputStreamStringBuilderImpl
    Enclosing interface:
    InputStreamAccessor


    public static interface InputStreamAccessor.InputStreamBuilder<B extends InputStreamAccessor.InputStreamBuilder<B>>
    Provides a builder method for a Input-Stream property returning the builder for applying multiple build operations.
    • Method Detail

      • withInputStream

        B withInputStream​(InputStream aInputStream)
        Sets the InputStream for the Input-Stream property.
        Parameters:
        aInputStream - The InputStream to be stored by the Input-Stream property.
        Returns:
        The builder for applying multiple build operations.