public static interface CreatePresignedNotebookUrlResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<CreatePresignedNotebookUrlResponse.Builder,CreatePresignedNotebookUrlResponse>
Modifier and Type | Method and Description |
---|---|
CreatePresignedNotebookUrlResponse.Builder |
authToken(String authToken)
The authentication token for the notebook.
|
CreatePresignedNotebookUrlResponse.Builder |
authTokenExpirationTime(Long authTokenExpirationTime)
The UTC epoch time when the authentication token expires.
|
CreatePresignedNotebookUrlResponse.Builder |
notebookUrl(String notebookUrl)
The URL of the notebook.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreatePresignedNotebookUrlResponse.Builder notebookUrl(String notebookUrl)
The URL of the notebook. The URL includes the authentication token and notebook file name and points directly to the opened notebook.
notebookUrl
- The URL of the notebook. The URL includes the authentication token and notebook file name and points
directly to the opened notebook.CreatePresignedNotebookUrlResponse.Builder authToken(String authToken)
The authentication token for the notebook.
authToken
- The authentication token for the notebook.CreatePresignedNotebookUrlResponse.Builder authTokenExpirationTime(Long authTokenExpirationTime)
The UTC epoch time when the authentication token expires.
authTokenExpirationTime
- The UTC epoch time when the authentication token expires.Copyright © 2023. All rights reserved.