Interface NotebookSummary.Builder

  • Method Details

    • id

      The identifier of the notebook.

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

      The name of the notebook.

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

      NotebookSummary.Builder owningProjectId(String owningProjectId)

      The identifier of the project that owns the notebook.

      Parameters:
      owningProjectId - The identifier of the project that owns the notebook.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainId

      NotebookSummary.Builder domainId(String domainId)

      The identifier of the Amazon SageMaker Unified Studio domain.

      Parameters:
      domainId - The identifier of the Amazon SageMaker Unified Studio domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the notebook.

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

      The status of the notebook.

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

      NotebookSummary.Builder description(String description)

      The description of the notebook.

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

      NotebookSummary.Builder createdAt(Instant createdAt)

      The timestamp of when the notebook was created.

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

      NotebookSummary.Builder createdBy(String createdBy)

      The identifier of the user who created the notebook.

      Parameters:
      createdBy - The identifier of the user who created the notebook.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      NotebookSummary.Builder updatedAt(Instant updatedAt)

      The timestamp of when the notebook was last updated.

      Parameters:
      updatedAt - The timestamp of when the notebook was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedBy

      NotebookSummary.Builder updatedBy(String updatedBy)

      The identifier of the user who last updated the notebook.

      Parameters:
      updatedBy - The identifier of the user who last updated the notebook.
      Returns:
      Returns a reference to this object so that method calls can be chained together.