Class DomainDefaultUserSettingsSharingSettingsArgs.Builder

    • Method Detail

      • notebookOutputOption

        public DomainDefaultUserSettingsSharingSettingsArgs.Builder notebookOutputOption​(@Nullable
                                                                                         com.pulumi.core.Output<java.lang.String> notebookOutputOption)
        Parameters:
        notebookOutputOption - Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`.
        Returns:
        builder
      • notebookOutputOption

        public DomainDefaultUserSettingsSharingSettingsArgs.Builder notebookOutputOption​(java.lang.String notebookOutputOption)
        Parameters:
        notebookOutputOption - Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`.
        Returns:
        builder
      • s3KmsKeyId

        public DomainDefaultUserSettingsSharingSettingsArgs.Builder s3KmsKeyId​(@Nullable
                                                                               com.pulumi.core.Output<java.lang.String> s3KmsKeyId)
        Parameters:
        s3KmsKeyId - When `notebook_output_option` is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
        Returns:
        builder
      • s3KmsKeyId

        public DomainDefaultUserSettingsSharingSettingsArgs.Builder s3KmsKeyId​(java.lang.String s3KmsKeyId)
        Parameters:
        s3KmsKeyId - When `notebook_output_option` is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
        Returns:
        builder
      • s3OutputPath

        public DomainDefaultUserSettingsSharingSettingsArgs.Builder s3OutputPath​(@Nullable
                                                                                 com.pulumi.core.Output<java.lang.String> s3OutputPath)
        Parameters:
        s3OutputPath - When `notebook_output_option` is Allowed, the Amazon S3 bucket used to save the notebook cell output.
        Returns:
        builder
      • s3OutputPath

        public DomainDefaultUserSettingsSharingSettingsArgs.Builder s3OutputPath​(java.lang.String s3OutputPath)
        Parameters:
        s3OutputPath - When `notebook_output_option` is Allowed, the Amazon S3 bucket used to save the notebook cell output.
        Returns:
        builder