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.BuilderalgorithmSuite(AlgorithmSuite algorithmSuite)DecryptionMaterialsbuild()DecryptionMaterials.BuilderciphertextLength(long ciphertextLength)DecryptionMaterials.BuildercontentRange(String contentRange)DecryptionMaterials.BuildercryptoProvider(Provider cryptoProvider)DecryptionMaterials.BuilderencryptionContext(Map<String,String> encryptionContext)DecryptionMaterials.BuildermaterialsDescription(MaterialsDescription materialsDescription)DecryptionMaterials.BuilderplaintextDataKey(byte[] plaintextDataKey)DecryptionMaterials.Builders3Request(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)
-
materialsDescription
public DecryptionMaterials.Builder materialsDescription(MaterialsDescription materialsDescription)
-
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()
-
-