public static interface ListNotebookInstanceLifecycleConfigsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListNotebookInstanceLifecycleConfigsResponse.Builder,ListNotebookInstanceLifecycleConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNotebookInstanceLifecycleConfigsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
ListNotebookInstanceLifecycleConfigsResponse.Builder |
notebookInstanceLifecycleConfigs(Collection<NotebookInstanceLifecycleConfigSummary> notebookInstanceLifecycleConfigs)
An array of
NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle
configuration. |
ListNotebookInstanceLifecycleConfigsResponse.Builder |
notebookInstanceLifecycleConfigs(Consumer<NotebookInstanceLifecycleConfigSummary.Builder>... notebookInstanceLifecycleConfigs)
An array of
NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle
configuration. |
ListNotebookInstanceLifecycleConfigsResponse.Builder |
notebookInstanceLifecycleConfigs(NotebookInstanceLifecycleConfigSummary... notebookInstanceLifecycleConfigs)
An array of
NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle
configuration. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListNotebookInstanceLifecycleConfigsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.
nextToken - If the response is truncated, Amazon SageMaker returns this token. To get the next set of lifecycle
configurations, use it in the next request.ListNotebookInstanceLifecycleConfigsResponse.Builder notebookInstanceLifecycleConfigs(Collection<NotebookInstanceLifecycleConfigSummary> notebookInstanceLifecycleConfigs)
An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle
configuration.
notebookInstanceLifecycleConfigs - An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle
configuration.ListNotebookInstanceLifecycleConfigsResponse.Builder notebookInstanceLifecycleConfigs(NotebookInstanceLifecycleConfigSummary... notebookInstanceLifecycleConfigs)
An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle
configuration.
notebookInstanceLifecycleConfigs - An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle
configuration.ListNotebookInstanceLifecycleConfigsResponse.Builder notebookInstanceLifecycleConfigs(Consumer<NotebookInstanceLifecycleConfigSummary.Builder>... notebookInstanceLifecycleConfigs)
An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle
configuration.
.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #notebookInstanceLifecycleConfigs(List) .notebookInstanceLifecycleConfigs - a consumer that will call methods on List.Builder #notebookInstanceLifecycleConfigs(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.