public static interface StartNotebookInstanceRequest.Builder extends SageMakerRequest.Builder, CopyableBuilder<StartNotebookInstanceRequest.Builder,StartNotebookInstanceRequest>
Modifier and Type | Method and Description |
---|---|
StartNotebookInstanceRequest.Builder |
notebookInstanceName(String notebookInstanceName)
The name of the notebook instance to start.
|
StartNotebookInstanceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
StartNotebookInstanceRequest.Builder notebookInstanceName(String notebookInstanceName)
The name of the notebook instance to start.
notebookInstanceName
- The name of the notebook instance to start.StartNotebookInstanceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.