Interface ListNotebookInstancesResponse.Builder

    • Method Detail

      • nextToken

        ListNotebookInstancesResponse.Builder nextToken​(String nextToken)

        If the response to the previous ListNotebookInstances request was truncated, SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.

        Parameters:
        nextToken - If the response to the previous ListNotebookInstances request was truncated, SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notebookInstances

        ListNotebookInstancesResponse.Builder notebookInstances​(Collection<NotebookInstanceSummary> notebookInstances)

        An array of NotebookInstanceSummary objects, one for each notebook instance.

        Parameters:
        notebookInstances - An array of NotebookInstanceSummary objects, one for each notebook instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notebookInstances

        ListNotebookInstancesResponse.Builder notebookInstances​(NotebookInstanceSummary... notebookInstances)

        An array of NotebookInstanceSummary objects, one for each notebook instance.

        Parameters:
        notebookInstances - An array of NotebookInstanceSummary objects, one for each notebook instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.