Uses of Interface
software.amazon.awssdk.services.emr.model.ListNotebookExecutionsRequest.Builder
-
Packages that use ListNotebookExecutionsRequest.Builder Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.model -
-
Uses of ListNotebookExecutionsRequest.Builder in software.amazon.awssdk.services.emr
Method parameters in software.amazon.awssdk.services.emr with type arguments of type ListNotebookExecutionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListNotebookExecutionsResponse>EmrAsyncClient. listNotebookExecutions(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)Provides summaries of all notebook executions.default ListNotebookExecutionsResponseEmrClient. listNotebookExecutions(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)Provides summaries of all notebook executions.default ListNotebookExecutionsPublisherEmrAsyncClient. listNotebookExecutionsPaginator(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)Provides summaries of all notebook executions.default ListNotebookExecutionsIterableEmrClient. listNotebookExecutionsPaginator(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)Provides summaries of all notebook executions. -
Uses of ListNotebookExecutionsRequest.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ListNotebookExecutionsRequest.Builder Modifier and Type Method Description static ListNotebookExecutionsRequest.BuilderListNotebookExecutionsRequest. builder()ListNotebookExecutionsRequest.BuilderListNotebookExecutionsRequest.Builder. editorId(String editorId)The unique ID of the editor associated with the notebook execution.ListNotebookExecutionsRequest.BuilderListNotebookExecutionsRequest.Builder. executionEngineId(String executionEngineId)The unique ID of the execution engine.ListNotebookExecutionsRequest.BuilderListNotebookExecutionsRequest.Builder. from(Instant from)The beginning of time range filter for listing notebook executions.ListNotebookExecutionsRequest.BuilderListNotebookExecutionsRequest.Builder. marker(String marker)The pagination token, returned by a previousListNotebookExecutionscall, that indicates the start of the list for thisListNotebookExecutionscall.ListNotebookExecutionsRequest.BuilderListNotebookExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNotebookExecutionsRequest.BuilderListNotebookExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNotebookExecutionsRequest.BuilderListNotebookExecutionsRequest.Builder. status(String status)The status filter for listing notebook executions.ListNotebookExecutionsRequest.BuilderListNotebookExecutionsRequest.Builder. status(NotebookExecutionStatus status)The status filter for listing notebook executions.ListNotebookExecutionsRequest.BuilderListNotebookExecutionsRequest.Builder. to(Instant to)The end of time range filter for listing notebook executions.ListNotebookExecutionsRequest.BuilderListNotebookExecutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ListNotebookExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListNotebookExecutionsRequest.Builder>ListNotebookExecutionsRequest. serializableBuilderClass()
-