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)
Add an optional request override configuration.
|
StopNotebookExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StopNotebookExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.