Interface SharingSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SharingSettings.Builder,SharingSettings>,SdkBuilder<SharingSettings.Builder,SharingSettings>,SdkPojo
- Enclosing class:
- SharingSettings
public static interface SharingSettings.Builder extends SdkPojo, CopyableBuilder<SharingSettings.Builder,SharingSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SharingSettings.BuildernotebookOutputOption(String notebookOutputOption)Whether to include the notebook cell output when sharing the notebook.SharingSettings.BuildernotebookOutputOption(NotebookOutputOption notebookOutputOption)Whether to include the notebook cell output when sharing the notebook.SharingSettings.Builders3KmsKeyId(String s3KmsKeyId)WhenNotebookOutputOptionisAllowed, the Amazon Web Services Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.SharingSettings.Builders3OutputPath(String s3OutputPath)WhenNotebookOutputOptionisAllowed, the Amazon S3 bucket used to store the shared notebook snapshots.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
notebookOutputOption
SharingSettings.Builder notebookOutputOption(String notebookOutputOption)
Whether to include the notebook cell output when sharing the notebook. The default is
Disabled.- Parameters:
notebookOutputOption- Whether to include the notebook cell output when sharing the notebook. The default isDisabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotebookOutputOption,NotebookOutputOption
-
notebookOutputOption
SharingSettings.Builder notebookOutputOption(NotebookOutputOption notebookOutputOption)
Whether to include the notebook cell output when sharing the notebook. The default is
Disabled.- Parameters:
notebookOutputOption- Whether to include the notebook cell output when sharing the notebook. The default isDisabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotebookOutputOption,NotebookOutputOption
-
s3OutputPath
SharingSettings.Builder s3OutputPath(String s3OutputPath)
When
NotebookOutputOptionisAllowed, the Amazon S3 bucket used to store the shared notebook snapshots.- Parameters:
s3OutputPath- WhenNotebookOutputOptionisAllowed, the Amazon S3 bucket used to store the shared notebook snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3KmsKeyId
SharingSettings.Builder s3KmsKeyId(String s3KmsKeyId)
When
NotebookOutputOptionisAllowed, the Amazon Web Services Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.- Parameters:
s3KmsKeyId- WhenNotebookOutputOptionisAllowed, the Amazon Web Services Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-