类 BucketEncryption
- java.lang.Object
-
- com.baidubce.services.bos.model.BucketEncryption
-
public class BucketEncryption extends Object
Bucket encryption
-
-
构造器概要
构造器 构造器 说明 BucketEncryption()Creates a default instanceBucketEncryption(String encryptionAlgorithm, String kmsMasterKeyId)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetEncryptionAlgorithm()StringgetKmsMasterKeyId()voidsetEncryptionAlgorithm(String encryptionAlgorithm)voidsetKmsMasterKeyId(String kmsMasterKeyId)BucketEncryptionwithEncryptionAlgorithm(String encryptionAlgorithm)BucketEncryptionwithKmsMasterKeyId(String kmsMasterKeyId)
-
-
-
方法详细资料
-
getEncryptionAlgorithm
public String getEncryptionAlgorithm()
-
setEncryptionAlgorithm
public void setEncryptionAlgorithm(String encryptionAlgorithm)
-
withEncryptionAlgorithm
public BucketEncryption withEncryptionAlgorithm(String encryptionAlgorithm)
-
getKmsMasterKeyId
public String getKmsMasterKeyId()
-
setKmsMasterKeyId
public void setKmsMasterKeyId(String kmsMasterKeyId)
-
withKmsMasterKeyId
public BucketEncryption withKmsMasterKeyId(String kmsMasterKeyId)
-
-