public static interface UpdateNotebookRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<UpdateNotebookRequest.Builder,UpdateNotebookRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateNotebookRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only
once).
|
UpdateNotebookRequest.Builder |
notebookId(String notebookId)
The ID of the notebook to update.
|
UpdateNotebookRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNotebookRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNotebookRequest.Builder |
payload(String payload)
The updated content for the notebook.
|
UpdateNotebookRequest.Builder |
sessionId(String sessionId)
The active notebook session ID.
|
UpdateNotebookRequest.Builder |
type(NotebookType type)
The notebook content type.
|
UpdateNotebookRequest.Builder |
type(String type)
The notebook content type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNotebookRequest.Builder notebookId(String notebookId)
The ID of the notebook to update.
notebookId - The ID of the notebook to update.UpdateNotebookRequest.Builder payload(String payload)
The updated content for the notebook.
payload - The updated content for the notebook.UpdateNotebookRequest.Builder type(String type)
The notebook content type. Currently, the only valid type is IPYNB.
type - The notebook content type. Currently, the only valid type is IPYNB.NotebookType,
NotebookTypeUpdateNotebookRequest.Builder type(NotebookType type)
The notebook content type. Currently, the only valid type is IPYNB.
type - The notebook content type. Currently, the only valid type is IPYNB.NotebookType,
NotebookTypeUpdateNotebookRequest.Builder sessionId(String sessionId)
The active notebook session ID. Required if the notebook has an active session.
sessionId - The active notebook session ID. Required if the notebook has an active session.UpdateNotebookRequest.Builder clientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only once).
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
clientRequestToken - A unique case-sensitive string used to ensure the request to create the notebook is idempotent
(executes only once). This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
UpdateNotebookRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateNotebookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.