Interface MLUserDataEncryption.Builder

    • Method Detail

      • mlUserDataEncryptionMode

        MLUserDataEncryption.Builder mlUserDataEncryptionMode​(String mlUserDataEncryptionMode)

        The encryption mode applied to user data. Valid values are:

        • DISABLED: encryption is disabled

        • SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.

        Parameters:
        mlUserDataEncryptionMode - The encryption mode applied to user data. Valid values are:

        • DISABLED: encryption is disabled

        • SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MLUserDataEncryptionModeString, MLUserDataEncryptionModeString
      • mlUserDataEncryptionMode

        MLUserDataEncryption.Builder mlUserDataEncryptionMode​(MLUserDataEncryptionModeString mlUserDataEncryptionMode)

        The encryption mode applied to user data. Valid values are:

        • DISABLED: encryption is disabled

        • SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.

        Parameters:
        mlUserDataEncryptionMode - The encryption mode applied to user data. Valid values are:

        • DISABLED: encryption is disabled

        • SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MLUserDataEncryptionModeString, MLUserDataEncryptionModeString
      • kmsKeyId

        MLUserDataEncryption.Builder kmsKeyId​(String kmsKeyId)

        The ID for the customer-provided KMS key.

        Parameters:
        kmsKeyId - The ID for the customer-provided KMS key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.