public class BucketEncryption extends Object
| Constructor and Description |
|---|
BucketEncryption()
Creates a default instance
|
BucketEncryption(String encryptionAlgorithm,
String kmsMasterKeyId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryptionAlgorithm() |
String |
getKmsMasterKeyId() |
void |
setEncryptionAlgorithm(String encryptionAlgorithm) |
void |
setKmsMasterKeyId(String kmsMasterKeyId) |
BucketEncryption |
withEncryptionAlgorithm(String encryptionAlgorithm) |
BucketEncryption |
withKmsMasterKeyId(String kmsMasterKeyId) |
public String getEncryptionAlgorithm()
public void setEncryptionAlgorithm(String encryptionAlgorithm)
public BucketEncryption withEncryptionAlgorithm(String encryptionAlgorithm)
public String getKmsMasterKeyId()
public void setKmsMasterKeyId(String kmsMasterKeyId)
public BucketEncryption withKmsMasterKeyId(String kmsMasterKeyId)
Copyright © 2020. All rights reserved.