public static class EncryptedData.Builder extends Object
Modifier and Type | Method and Description |
---|---|
EncryptedData |
build() |
EncryptedData.Builder |
ciphertext(String ciphertext) |
EncryptedData.Builder |
copy(EncryptedData o) |
EncryptedData.Builder |
encryptionAlgorithm(EncryptedData.EncryptionAlgorithm encryptionAlgorithm) |
EncryptedData.Builder |
keyId(String keyId) |
EncryptedData.Builder |
keyVersionId(String keyVersionId) |
String |
toString() |
public EncryptedData.Builder ciphertext(String ciphertext)
public EncryptedData.Builder keyId(String keyId)
public EncryptedData.Builder keyVersionId(String keyVersionId)
public EncryptedData.Builder encryptionAlgorithm(EncryptedData.EncryptionAlgorithm encryptionAlgorithm)
public EncryptedData build()
public EncryptedData.Builder copy(EncryptedData o)
Copyright © 2016–2022. All rights reserved.