public static interface ListNotebookInstancesResponse.Builder extends SageMakerResponse.Builder, SdkPojo, 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, SageMaker returns
this token. |
ListNotebookInstancesResponse.Builder |
notebookInstances(Collection<NotebookInstanceSummary> notebookInstances)
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
ListNotebookInstancesResponse.Builder |
notebookInstances(Consumer<NotebookInstanceSummary.Builder>... 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNotebookInstancesResponse.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.
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.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.ListNotebookInstancesResponse.Builder notebookInstances(Consumer<NotebookInstanceSummary.Builder>... notebookInstances)
An array of NotebookInstanceSummary objects, one for each notebook instance.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #notebookInstances(List) .notebookInstances - a consumer that will call methods on List.Builder #notebookInstances(List) Copyright © 2022. All rights reserved.