Package org.apache.iceberg.encryption
Class NativeFileCryptoParameters.Builder
- java.lang.Object
-
- org.apache.iceberg.encryption.NativeFileCryptoParameters.Builder
-
- Enclosing class:
- NativeFileCryptoParameters
public static class NativeFileCryptoParameters.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NativeFileCryptoParameters
build()
NativeFileCryptoParameters.Builder
encryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
-
-
-
Method Detail
-
encryptionAlgorithm
public NativeFileCryptoParameters.Builder encryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
-
build
public NativeFileCryptoParameters build()
-
-