public static interface StopNotebookExecutionRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<StopNotebookExecutionRequest.Builder,StopNotebookExecutionRequest>
Modifier and Type | Method and Description |
---|---|
StopNotebookExecutionRequest.Builder |
notebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
|
StopNotebookExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopNotebookExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
StopNotebookExecutionRequest.Builder notebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
notebookExecutionId
- The unique identifier of the notebook execution.StopNotebookExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
StopNotebookExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.