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