Class DecryptionMaterials.Builder
- java.lang.Object
-
- software.amazon.encryption.s3.materials.DecryptionMaterials.Builder
-
- Enclosing class:
- DecryptionMaterials
public static class DecryptionMaterials.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description software.amazon.awssdk.services.s3.model.GetObjectRequest
_s3Request
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecryptionMaterials.Builder
algorithmSuite(AlgorithmSuite algorithmSuite)
DecryptionMaterials
build()
DecryptionMaterials.Builder
ciphertextLength(long ciphertextLength)
DecryptionMaterials.Builder
contentRange(String contentRange)
DecryptionMaterials.Builder
cryptoProvider(Provider cryptoProvider)
DecryptionMaterials.Builder
encryptionContext(Map<String,String> encryptionContext)
DecryptionMaterials.Builder
plaintextDataKey(byte[] plaintextDataKey)
DecryptionMaterials.Builder
s3Request(software.amazon.awssdk.services.s3.model.GetObjectRequest s3Request)
-
-
-
Method Detail
-
s3Request
public DecryptionMaterials.Builder s3Request(software.amazon.awssdk.services.s3.model.GetObjectRequest s3Request)
-
algorithmSuite
public DecryptionMaterials.Builder algorithmSuite(AlgorithmSuite algorithmSuite)
-
encryptionContext
public DecryptionMaterials.Builder encryptionContext(Map<String,String> encryptionContext)
-
plaintextDataKey
public DecryptionMaterials.Builder plaintextDataKey(byte[] plaintextDataKey)
-
ciphertextLength
public DecryptionMaterials.Builder ciphertextLength(long ciphertextLength)
-
cryptoProvider
public DecryptionMaterials.Builder cryptoProvider(Provider cryptoProvider)
-
contentRange
public DecryptionMaterials.Builder contentRange(String contentRange)
-
build
public DecryptionMaterials build()
-
-