public static interface DescribeNotebookExecutionResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<DescribeNotebookExecutionResponse.Builder,DescribeNotebookExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeNotebookExecutionResponse.Builder |
notebookExecution(Consumer<NotebookExecution.Builder> notebookExecution)
Properties of the notebook execution.
|
DescribeNotebookExecutionResponse.Builder |
notebookExecution(NotebookExecution notebookExecution)
Properties of the notebook execution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNotebookExecutionResponse.Builder notebookExecution(NotebookExecution notebookExecution)
Properties of the notebook execution.
notebookExecution - Properties of the notebook execution.default DescribeNotebookExecutionResponse.Builder notebookExecution(Consumer<NotebookExecution.Builder> notebookExecution)
Properties of the notebook execution.
This is a convenience method that creates an instance of theNotebookExecution.Builder avoiding the
need to create one manually via NotebookExecution.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to notebookExecution(NotebookExecution).
notebookExecution - a consumer that will call methods on NotebookExecution.BuildernotebookExecution(NotebookExecution)Copyright © 2022. All rights reserved.