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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreatePresignedNotebookInstanceUrlRequest.Builder |
sessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)
The duration of the session, in seconds.
|
buildrequestOverrideConfigcopyapply, 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.CreatePresignedNotebookInstanceUrlRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.