@Stability(value=Stable) public static final class CfnDomain.SharingSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain.SharingSettingsProperty>
CfnDomain.SharingSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomain.SharingSettingsProperty |
build()
Builds the configured instance.
|
CfnDomain.SharingSettingsProperty.Builder |
notebookOutputOption(String notebookOutputOption)
Sets the value of
CfnDomain.SharingSettingsProperty.getNotebookOutputOption() |
CfnDomain.SharingSettingsProperty.Builder |
s3KmsKeyId(String s3KmsKeyId)
Sets the value of
CfnDomain.SharingSettingsProperty.getS3KmsKeyId() |
CfnDomain.SharingSettingsProperty.Builder |
s3OutputPath(String s3OutputPath)
Sets the value of
CfnDomain.SharingSettingsProperty.getS3OutputPath() |
@Stability(value=Stable) public CfnDomain.SharingSettingsProperty.Builder notebookOutputOption(String notebookOutputOption)
CfnDomain.SharingSettingsProperty.getNotebookOutputOption()notebookOutputOption - Whether to include the notebook cell output when sharing the notebook.
The default is Disabled .this@Stability(value=Stable) public CfnDomain.SharingSettingsProperty.Builder s3KmsKeyId(String s3KmsKeyId)
CfnDomain.SharingSettingsProperty.getS3KmsKeyId()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.this@Stability(value=Stable) public CfnDomain.SharingSettingsProperty.Builder s3OutputPath(String s3OutputPath)
CfnDomain.SharingSettingsProperty.getS3OutputPath()s3OutputPath - When `NotebookOutputOption` is `Allowed` , the Amazon S3 bucket used to store the shared notebook snapshots.this@Stability(value=Stable) public CfnDomain.SharingSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnDomain.SharingSettingsProperty>CfnDomain.SharingSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.