public static interface UpdateNotebookMetadataRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<UpdateNotebookMetadataRequest.Builder,UpdateNotebookMetadataRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateNotebookMetadataRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only
once).
|
UpdateNotebookMetadataRequest.Builder |
name(String name)
The name to update the notebook to.
|
UpdateNotebookMetadataRequest.Builder |
notebookId(String notebookId)
The ID of the notebook to update the metadata for.
|
UpdateNotebookMetadataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNotebookMetadataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNotebookMetadataRequest.Builder notebookId(String notebookId)
The ID of the notebook to update the metadata for.
notebookId - The ID of the notebook to update the metadata for.UpdateNotebookMetadataRequest.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.
UpdateNotebookMetadataRequest.Builder name(String name)
The name to update the notebook to.
name - The name to update the notebook to.UpdateNotebookMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateNotebookMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.