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 |
Modifier and Type | Method and Description |
---|---|
default StopNotebookExecutionResponse |
EmrClient.stopNotebookExecution(Consumer<StopNotebookExecutionRequest.Builder> stopNotebookExecutionRequest)
Stops a notebook execution.
|
default CompletableFuture<StopNotebookExecutionResponse> |
EmrAsyncClient.stopNotebookExecution(Consumer<StopNotebookExecutionRequest.Builder> stopNotebookExecutionRequest)
Stops a notebook execution.
|
Modifier and Type | Method and Description |
---|---|
static StopNotebookExecutionRequest.Builder |
StopNotebookExecutionRequest.builder() |
StopNotebookExecutionRequest.Builder |
StopNotebookExecutionRequest.Builder.notebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
|
StopNotebookExecutionRequest.Builder |
StopNotebookExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopNotebookExecutionRequest.Builder |
StopNotebookExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopNotebookExecutionRequest.Builder |
StopNotebookExecutionRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends StopNotebookExecutionRequest.Builder> |
StopNotebookExecutionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.