Class CfnUserProfilePropsMixin.SharingSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnUserProfilePropsMixin.SharingSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfilePropsMixin.SharingSettingsProperty>
- Enclosing interface:
CfnUserProfilePropsMixin.SharingSettingsProperty
@Stability(Stable)
public static final class CfnUserProfilePropsMixin.SharingSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfilePropsMixin.SharingSettingsProperty>
A builder for
CfnUserProfilePropsMixin.SharingSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.notebookOutputOption(String notebookOutputOption) s3KmsKeyId(String s3KmsKeyId) Sets the value ofCfnUserProfilePropsMixin.SharingSettingsProperty.getS3KmsKeyId()s3OutputPath(String s3OutputPath) Sets the value ofCfnUserProfilePropsMixin.SharingSettingsProperty.getS3OutputPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
notebookOutputOption
@Stability(Stable) public CfnUserProfilePropsMixin.SharingSettingsProperty.Builder notebookOutputOption(String notebookOutputOption) - Parameters:
notebookOutputOption- Whether to include the notebook cell output when sharing the notebook. The default isDisabled.- Returns:
this
-
s3KmsKeyId
@Stability(Stable) public CfnUserProfilePropsMixin.SharingSettingsProperty.Builder s3KmsKeyId(String s3KmsKeyId) Sets the value ofCfnUserProfilePropsMixin.SharingSettingsProperty.getS3KmsKeyId()- Parameters:
s3KmsKeyId- WhenNotebookOutputOptionisAllowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.- Returns:
this
-
s3OutputPath
@Stability(Stable) public CfnUserProfilePropsMixin.SharingSettingsProperty.Builder s3OutputPath(String s3OutputPath) Sets the value ofCfnUserProfilePropsMixin.SharingSettingsProperty.getS3OutputPath()- Parameters:
s3OutputPath- WhenNotebookOutputOptionisAllowed, the Amazon S3 bucket used to store the shared notebook snapshots.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfilePropsMixin.SharingSettingsProperty>- Returns:
- a new instance of
CfnUserProfilePropsMixin.SharingSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-