Interface OutputFile.Builder

    • Method Detail

      • bytes

        OutputFile.Builder bytes​(SdkBytes bytes)

        The byte count of files that contains response from code interpreter.

        Parameters:
        bytes - The byte count of files that contains response from code interpreter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        OutputFile.Builder name​(String name)

        The name of the file containing response from code interpreter.

        Parameters:
        name - The name of the file containing response from code interpreter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        OutputFile.Builder type​(String type)

        The type of file that contains response from the code interpreter.

        Parameters:
        type - The type of file that contains response from the code interpreter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.