Interface EncryptionConfig.Builder

    • Method Detail

      • kmsKeyArn

        EncryptionConfig.Builder kmsKeyArn​(String kmsKeyArn)

        The KMS key ARN to use for encryption. This must be provided as a header when uploading your code resource.

        Parameters:
        kmsKeyArn - The KMS key ARN to use for encryption. This must be provided as a header when uploading your code resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.