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.
NotebookInstanceSummary.Builder avoiding the need to
create one manually via
NotebookInstanceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #notebookInstances(List.
notebookInstances - a consumer that will call methods on
NotebookInstanceSummary.Builder#notebookInstances(java.util.Collection) Copyright © 2022. All rights reserved.