Interface JSONInput.Builder

    • Method Detail

      • type

        JSONInput.Builder type​(String type)

        The type of JSON. Valid values: Document, Lines.

        Parameters:
        type - The type of JSON. Valid values: Document, Lines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JSONType, JSONType
      • type

        JSONInput.Builder type​(JSONType type)

        The type of JSON. Valid values: Document, Lines.

        Parameters:
        type - The type of JSON. Valid values: Document, Lines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JSONType, JSONType