Interface StopNotebookExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StopNotebookExecutionRequest.Builder,StopNotebookExecutionRequest>
,EmrRequest.Builder
,SdkBuilder<StopNotebookExecutionRequest.Builder,StopNotebookExecutionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- StopNotebookExecutionRequest
public static interface StopNotebookExecutionRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<StopNotebookExecutionRequest.Builder,StopNotebookExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopNotebookExecutionRequest.Builder
notebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.StopNotebookExecutionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
StopNotebookExecutionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
notebookExecutionId
StopNotebookExecutionRequest.Builder notebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
- Parameters:
notebookExecutionId
- The unique identifier of the notebook execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopNotebookExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
StopNotebookExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-