Interface GetCodeInterpreterSessionResponse.Builder

  • Method Details

    • codeInterpreterIdentifier

      GetCodeInterpreterSessionResponse.Builder codeInterpreterIdentifier(String codeInterpreterIdentifier)

      The identifier of the code interpreter.

      Parameters:
      codeInterpreterIdentifier - The identifier of the code interpreter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      The identifier of the code interpreter session.

      Parameters:
      sessionId - The identifier of the code interpreter session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the code interpreter session.

      Parameters:
      name - The name of the code interpreter session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The time at which the code interpreter session was created.

      Parameters:
      createdAt - The time at which the code interpreter session was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionTimeoutSeconds

      GetCodeInterpreterSessionResponse.Builder sessionTimeoutSeconds(Integer sessionTimeoutSeconds)

      The timeout period for the code interpreter session in seconds.

      Parameters:
      sessionTimeoutSeconds - The timeout period for the code interpreter session in seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.

      Parameters:
      status - The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.

      Parameters:
      status - The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: