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 AWS 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 save the
notebook cell output. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
SharingSettings.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
,
NotebookOutputOption
SharingSettings.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
,
NotebookOutputOption
SharingSettings.Builder s3OutputPath(String s3OutputPath)
When NotebookOutputOption
is Allowed
, the Amazon S3 bucket used to save the
notebook cell output. If S3OutputPath
isn't specified, a default bucket is used.
s3OutputPath
- When NotebookOutputOption
is Allowed
, the Amazon S3 bucket used to save the
notebook cell output. If S3OutputPath
isn't specified, a default bucket is used.SharingSettings.Builder s3KmsKeyId(String s3KmsKeyId)
When NotebookOutputOption
is Allowed
, the AWS 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 AWS Key Management Service (KMS)
encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.Copyright © 2020. All rights reserved.