public static interface ListNotebookInstancesResponse.Builder extends SageMakerResponse.Builder, CopyableBuilder<ListNotebookInstancesResponse.Builder,ListNotebookInstancesResponse>
Modifier and Type | Method and Description |
---|---|
ListNotebookInstancesResponse.Builder |
nextToken(String nextToken)
If the response to the previous
ListNotebookInstances request was truncated, Amazon SageMaker
returns this token. |
ListNotebookInstancesResponse.Builder |
notebookInstances(Collection<NotebookInstanceSummary> notebookInstances)
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
ListNotebookInstancesResponse.Builder |
notebookInstances(NotebookInstanceSummary... notebookInstances)
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
build
copy
apply, build
ListNotebookInstancesResponse.Builder nextToken(String nextToken)
If the response to the previous ListNotebookInstances
request was truncated, Amazon SageMaker
returns this token. To retrieve the next set of notebook instances, use the token in the next request.
nextToken
- If the response to the previous ListNotebookInstances
request was truncated, Amazon
SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the
next request.ListNotebookInstancesResponse.Builder notebookInstances(Collection<NotebookInstanceSummary> notebookInstances)
An array of NotebookInstanceSummary
objects, one for each notebook instance.
notebookInstances
- An array of NotebookInstanceSummary
objects, one for each notebook instance.ListNotebookInstancesResponse.Builder notebookInstances(NotebookInstanceSummary... notebookInstances)
An array of NotebookInstanceSummary
objects, one for each notebook instance.
notebookInstances
- An array of NotebookInstanceSummary
objects, one for each notebook instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.