Interface NotebookRunSummary.Builder

  • Method Details

    • id

      The identifier of the notebook run.

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

      NotebookRunSummary.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.
    • owningProjectId

      NotebookRunSummary.Builder owningProjectId(String owningProjectId)

      The identifier of the project that owns the notebook run.

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

      NotebookRunSummary.Builder notebookId(String notebookId)

      The identifier of the notebook.

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

      NotebookRunSummary.Builder scheduleId(String scheduleId)

      The identifier of the schedule associated with the notebook run.

      Parameters:
      scheduleId - The identifier of the schedule associated with the notebook run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the notebook run.

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

      The status of the notebook run.

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

      NotebookRunSummary.Builder triggerSource(TriggerSource triggerSource)

      The source that triggered the notebook run.

      Parameters:
      triggerSource - The source that triggered the notebook run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • triggerSource

      default NotebookRunSummary.Builder triggerSource(Consumer<TriggerSource.Builder> triggerSource)

      The source that triggered the notebook run.

      This is a convenience method that creates an instance of the TriggerSource.Builder avoiding the need to create one manually via TriggerSource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to triggerSource(TriggerSource).

      Parameters:
      triggerSource - a consumer that will call methods on TriggerSource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      NotebookRunSummary.Builder createdAt(Instant createdAt)

      The timestamp of when the notebook run was created.

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

      NotebookRunSummary.Builder createdBy(String createdBy)

      The identifier of the user who created the notebook run.

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

      NotebookRunSummary.Builder updatedAt(Instant updatedAt)

      The timestamp of when the notebook run was last updated.

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

      NotebookRunSummary.Builder updatedBy(String updatedBy)

      The identifier of the user who last updated the notebook run.

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

      NotebookRunSummary.Builder startedAt(Instant startedAt)

      The timestamp of when the notebook run started executing.

      Parameters:
      startedAt - The timestamp of when the notebook run started executing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completedAt

      NotebookRunSummary.Builder completedAt(Instant completedAt)

      The timestamp of when the notebook run completed.

      Parameters:
      completedAt - The timestamp of when the notebook run completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.