Interface CodeInterpreterSummary.Builder

  • Method Details

    • codeInterpreterId

      CodeInterpreterSummary.Builder codeInterpreterId(String codeInterpreterId)

      The unique identifier of the code interpreter.

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

      CodeInterpreterSummary.Builder codeInterpreterArn(String codeInterpreterArn)

      The Amazon Resource Name (ARN) of the code interpreter.

      Parameters:
      codeInterpreterArn - The Amazon Resource Name (ARN) of the code interpreter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the code interpreter.

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

      CodeInterpreterSummary.Builder description(String description)

      The description of the code interpreter.

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

      The current status of the code interpreter.

      Parameters:
      status - The current status of the code interpreter.
      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.

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

      The timestamp when the code interpreter was created.

      Parameters:
      createdAt - The timestamp when the code interpreter was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      CodeInterpreterSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The timestamp when the code interpreter was last updated.

      Parameters:
      lastUpdatedAt - The timestamp when the code interpreter was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.