Interface HttpInputStreamAccessor.HttpInputStreamBuilder<B extends HttpInputStreamAccessor.HttpInputStreamBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    Enclosing interface:
    HttpInputStreamAccessor


    public static interface HttpInputStreamAccessor.HttpInputStreamBuilder<B extends HttpInputStreamAccessor.HttpInputStreamBuilder<B>>
    Provides a builder body for a HTTP InputStream property returning the builder for applying multiple build operations.
    • Method Detail

      • withHttpInputStream

        B withHttpInputStream​(java.io.InputStream aInputStream)
        Sets the InputStream for the HTTP InputStream property.
        Parameters:
        aInputStream - The InputStream to be stored by the InputStream property.
        Returns:
        The builder for applying multiple build operations.