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, 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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNotebookInstanceLifecycleConfigsResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.
nextToken - If the response is truncated, 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.
NotebookInstanceLifecycleConfigSummary.Builder
avoiding the need to create one manually via
NotebookInstanceLifecycleConfigSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #notebookInstanceLifecycleConfigs(List.
notebookInstanceLifecycleConfigs - a consumer that will call methods on
NotebookInstanceLifecycleConfigSummary.Builder#notebookInstanceLifecycleConfigs(java.util.Collection) Copyright © 2023. All rights reserved.