Interface OutputFile.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OutputFile.Builder,OutputFile>, SdkBuilder<OutputFile.Builder,OutputFile>, SdkPojo
Enclosing class:
OutputFile

public static interface OutputFile.Builder extends SdkPojo, CopyableBuilder<OutputFile.Builder,OutputFile>
  • Method Details

    • 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

      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

      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.