public static interface CreatePresignedNotebookInstanceUrlRequest.Builder extends SageMakerRequest.Builder, CopyableBuilder<CreatePresignedNotebookInstanceUrlRequest.Builder,CreatePresignedNotebookInstanceUrlRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePresignedNotebookInstanceUrlRequest.Builder |
notebookInstanceName(String notebookInstanceName)
The name of the notebook instance.
|
CreatePresignedNotebookInstanceUrlRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreatePresignedNotebookInstanceUrlRequest.Builder |
sessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)
The duration of the session, in seconds.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildCreatePresignedNotebookInstanceUrlRequest.Builder notebookInstanceName(String notebookInstanceName)
The name of the notebook instance.
notebookInstanceName - The name of the notebook instance.CreatePresignedNotebookInstanceUrlRequest.Builder sessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)
The duration of the session, in seconds. The default is 12 hours.
sessionExpirationDurationInSeconds - The duration of the session, in seconds. The default is 12 hours.CreatePresignedNotebookInstanceUrlRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.