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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListNotebookInstanceLifecycleConfigsResponse.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.
.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 © 2022. All rights reserved.