public static interface ImportNotebookRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<ImportNotebookRequest.Builder,ImportNotebookRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportNotebookRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to import the notebook is idempotent (executes only
once).
|
ImportNotebookRequest.Builder |
name(String name)
The name of the notebook to import.
|
ImportNotebookRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportNotebookRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportNotebookRequest.Builder |
payload(String payload)
The notebook content to be imported.
|
ImportNotebookRequest.Builder |
type(NotebookType type)
The notebook content type.
|
ImportNotebookRequest.Builder |
type(String type)
The notebook content type.
|
ImportNotebookRequest.Builder |
workGroup(String workGroup)
The name of the Spark enabled workgroup to import the notebook to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportNotebookRequest.Builder workGroup(String workGroup)
The name of the Spark enabled workgroup to import the notebook to.
workGroup - The name of the Spark enabled workgroup to import the notebook to.ImportNotebookRequest.Builder name(String name)
The name of the notebook to import.
name - The name of the notebook to import.ImportNotebookRequest.Builder payload(String payload)
The notebook content to be imported.
payload - The notebook content to be imported.ImportNotebookRequest.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,
NotebookTypeImportNotebookRequest.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,
NotebookTypeImportNotebookRequest.Builder clientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to import 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 import 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.
ImportNotebookRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportNotebookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.