| SSECustomerKeyDetails.Builder | SSECustomerKeyDetails.Builder. algorithm(SSECustomerKeyDetails.Algorithm algorithm) | Specifies the encryption algorithm. | 
| static SSECustomerKeyDetails.Builder | SSECustomerKeyDetails. builder() | Create a new builder. | 
| SSECustomerKeyDetails.Builder | SSECustomerKeyDetails.Builder. copy(SSECustomerKeyDetails model) |  | 
| SSECustomerKeyDetails.Builder | SSECustomerKeyDetails.Builder. key(String key) | Specifies the base64-encoded 256-bit encryption key to use to encrypt or decrypt the
object data. | 
| SSECustomerKeyDetails.Builder | SSECustomerKeyDetails.Builder. keySha256(String keySha256) | Specifies the base64-encoded SHA256 hash of the encryption key. | 
| SSECustomerKeyDetails.Builder | SSECustomerKeyDetails. toBuilder() |  |