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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeNotebookExecutionResponse.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 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.Builder
notebookExecution(NotebookExecution)
Copyright © 2021. All rights reserved.