public static interface ListNotebookExecutionsResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListNotebookExecutionsResponse.Builder,ListNotebookExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNotebookExecutionsResponse.Builder |
marker(String marker)
A pagination token that a subsequent
ListNotebookExecutions can use to determine the next set of
results to retrieve. |
ListNotebookExecutionsResponse.Builder |
notebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)
A list of notebook executions.
|
ListNotebookExecutionsResponse.Builder |
notebookExecutions(Consumer<NotebookExecutionSummary.Builder>... notebookExecutions)
A list of notebook executions.
|
ListNotebookExecutionsResponse.Builder |
notebookExecutions(NotebookExecutionSummary... notebookExecutions)
A list of notebook executions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNotebookExecutionsResponse.Builder notebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)
A list of notebook executions.
notebookExecutions - A list of notebook executions.ListNotebookExecutionsResponse.Builder notebookExecutions(NotebookExecutionSummary... notebookExecutions)
A list of notebook executions.
notebookExecutions - A list of notebook executions.ListNotebookExecutionsResponse.Builder notebookExecutions(Consumer<NotebookExecutionSummary.Builder>... notebookExecutions)
A list of notebook executions.
This is a convenience method that creates an instance of theNotebookExecutionSummary.Builder avoiding the need to
create one manually via NotebookExecutionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #notebookExecutions(List.
notebookExecutions - a consumer that will call methods on
NotebookExecutionSummary.Builder#notebookExecutions(java.util.Collection) ListNotebookExecutionsResponse.Builder marker(String marker)
A pagination token that a subsequent ListNotebookExecutions can use to determine the next set of
results to retrieve.
marker - A pagination token that a subsequent ListNotebookExecutions can use to determine the next
set of results to retrieve.Copyright © 2022. All rights reserved.