public static class ReplicationConfiguration.Destination extends Object
Constructor and Description |
---|
Destination() |
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
获取复制的目标桶名
|
StorageClassEnum |
getObjectStorageClass()
获取复制后的对象的存储类型
|
void |
setBucket(String bucket)
设置复制的目标桶名
|
void |
setObjectStorageClass(StorageClassEnum storageClass)
设置复制后的对象的存储类型
|
String |
toString() |
public String getBucket()
public void setBucket(String bucket)
bucket
- 目标桶名public StorageClassEnum getObjectStorageClass()
public void setObjectStorageClass(StorageClassEnum storageClass)
storageClass
- 对象的存储类型Copyright © 2021. All rights reserved.