@Stability(value=Stable) public static final class CfnUserProfile.SharingSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProfile.SharingSettingsProperty>
CfnUserProfile.SharingSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserProfile.SharingSettingsProperty |
build()
Builds the configured instance.
|
CfnUserProfile.SharingSettingsProperty.Builder |
notebookOutputOption(String notebookOutputOption)
Sets the value of
CfnUserProfile.SharingSettingsProperty.getNotebookOutputOption() |
CfnUserProfile.SharingSettingsProperty.Builder |
s3KmsKeyId(String s3KmsKeyId)
Sets the value of
CfnUserProfile.SharingSettingsProperty.getS3KmsKeyId() |
CfnUserProfile.SharingSettingsProperty.Builder |
s3OutputPath(String s3OutputPath)
Sets the value of
CfnUserProfile.SharingSettingsProperty.getS3OutputPath() |
@Stability(value=Stable) public CfnUserProfile.SharingSettingsProperty.Builder notebookOutputOption(String notebookOutputOption)
CfnUserProfile.SharingSettingsProperty.getNotebookOutputOption()notebookOutputOption - `CfnUserProfile.SharingSettingsProperty.NotebookOutputOption`.this@Stability(value=Stable) public CfnUserProfile.SharingSettingsProperty.Builder s3KmsKeyId(String s3KmsKeyId)
CfnUserProfile.SharingSettingsProperty.getS3KmsKeyId()s3KmsKeyId - `CfnUserProfile.SharingSettingsProperty.S3KmsKeyId`.this@Stability(value=Stable) public CfnUserProfile.SharingSettingsProperty.Builder s3OutputPath(String s3OutputPath)
CfnUserProfile.SharingSettingsProperty.getS3OutputPath()s3OutputPath - `CfnUserProfile.SharingSettingsProperty.S3OutputPath`.this@Stability(value=Stable) public CfnUserProfile.SharingSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnUserProfile.SharingSettingsProperty>CfnUserProfile.SharingSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.