public static interface SharingSettings.Builder extends SdkPojo, CopyableBuilder<SharingSettings.Builder,SharingSettings>
| Modifier and Type | Method and Description |
|---|---|
SharingSettings.Builder |
notebookOutputOption(NotebookOutputOption notebookOutputOption)
Whether to include the notebook cell output when sharing the notebook.
|
SharingSettings.Builder |
notebookOutputOption(String notebookOutputOption)
Whether to include the notebook cell output when sharing the notebook.
|
SharingSettings.Builder |
s3KmsKeyId(String s3KmsKeyId)
When
NotebookOutputOption is Allowed, the Amazon Web Services Key Management
Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket. |
SharingSettings.Builder |
s3OutputPath(String s3OutputPath)
When
NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared
notebook snapshots. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSharingSettings.Builder notebookOutputOption(String notebookOutputOption)
Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
notebookOutputOption - Whether to include the notebook cell output when sharing the notebook. The default is
Disabled.NotebookOutputOption,
NotebookOutputOptionSharingSettings.Builder notebookOutputOption(NotebookOutputOption notebookOutputOption)
Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
notebookOutputOption - Whether to include the notebook cell output when sharing the notebook. The default is
Disabled.NotebookOutputOption,
NotebookOutputOptionSharingSettings.Builder s3OutputPath(String s3OutputPath)
When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared
notebook snapshots.
s3OutputPath - When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the
shared notebook snapshots.SharingSettings.Builder s3KmsKeyId(String s3KmsKeyId)
When NotebookOutputOption is Allowed, the Amazon Web Services Key Management
Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
s3KmsKeyId - When NotebookOutputOption is Allowed, the Amazon Web Services Key Management
Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.Copyright © 2023. All rights reserved.