Interface CodeInterpreterSessionSummary.Builder

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

@Mutable @NotThreadSafe public static interface CodeInterpreterSessionSummary.Builder extends SdkPojo, CopyableBuilder<CodeInterpreterSessionSummary.Builder,CodeInterpreterSessionSummary>
  • Method Details

    • codeInterpreterIdentifier

      CodeInterpreterSessionSummary.Builder codeInterpreterIdentifier(String codeInterpreterIdentifier)

      The unique identifier of the code interpreter associated with the session. This identifier specifies which code interpreter environment is used for the session.

      Parameters:
      codeInterpreterIdentifier - The unique identifier of the code interpreter associated with the session. This identifier specifies which code interpreter environment is used for the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      The unique identifier of the code interpreter session. This identifier is used in operations that interact with the session.

      Parameters:
      sessionId - The unique identifier of the code interpreter session. This identifier is used in operations that interact with the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the code interpreter session. This name helps identify and manage the session.

      Parameters:
      name - The name of the code interpreter session. This name helps identify and manage the session.
      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:
    • createdAt

      The timestamp when the code interpreter session was created. This value is in ISO 8601 format.

      Parameters:
      createdAt - The timestamp when the code interpreter session was created. This value is in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      CodeInterpreterSessionSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The timestamp when the code interpreter session was last updated. This value is in ISO 8601 format.

      Parameters:
      lastUpdatedAt - The timestamp when the code interpreter session was last updated. This value is in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.