Interface StartNotebookImportResponse.Builder

  • Method Details

    • notebookId

      The identifier of the imported notebook.

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

      The status of the notebook import.

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

      The status of the notebook import.

      Parameters:
      status - The status of the notebook import.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      StartNotebookImportResponse.Builder owningProjectId(String owningProjectId)

      The identifier of the project that owns the imported notebook.

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

      The name of the imported notebook.

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

      StartNotebookImportResponse.Builder description(String description)

      The description of the imported notebook.

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

      StartNotebookImportResponse.Builder sourceLocation(SourceLocation sourceLocation)

      The source location from which the notebook was imported.

      Parameters:
      sourceLocation - The source location from which the notebook was imported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceLocation

      default StartNotebookImportResponse.Builder sourceLocation(Consumer<SourceLocation.Builder> sourceLocation)

      The source location from which the notebook was imported.

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

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

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

      The timestamp of when the notebook import was started.

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

      The identifier of the user who started the notebook import.

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