public static interface SharingSettings.Builder extends SdkPojo, CopyableBuilder<SharingSettings.Builder,SharingSettings>
| Modifier and Type | Method and Description |
|---|---|
SharingSettings.Builder |
notebookOutputOption(NotebookOutputOption notebookOutputOption)
The notebook output option.
|
SharingSettings.Builder |
notebookOutputOption(String notebookOutputOption)
The notebook output option.
|
SharingSettings.Builder |
s3KmsKeyId(String s3KmsKeyId)
The AWS Key Management Service encryption key ID.
|
SharingSettings.Builder |
s3OutputPath(String s3OutputPath)
The Amazon S3 output path.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSharingSettings.Builder notebookOutputOption(String notebookOutputOption)
The notebook output option.
notebookOutputOption - The notebook output option.NotebookOutputOption,
NotebookOutputOptionSharingSettings.Builder notebookOutputOption(NotebookOutputOption notebookOutputOption)
The notebook output option.
notebookOutputOption - The notebook output option.NotebookOutputOption,
NotebookOutputOptionSharingSettings.Builder s3OutputPath(String s3OutputPath)
The Amazon S3 output path.
s3OutputPath - The Amazon S3 output path.SharingSettings.Builder s3KmsKeyId(String s3KmsKeyId)
The AWS Key Management Service encryption key ID.
s3KmsKeyId - The AWS Key Management Service encryption key ID.Copyright © 2020. All rights reserved.