public static class ReplicationConfiguration.Destination extends Object
| 构造器和说明 |
|---|
Destination() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucket()
Obtain the information about the destination bucket.
|
StorageClassEnum |
getObjectStorageClass()
Obtain the storage class of the object generated after the
replication.
|
void |
setBucket(String bucket)
Set the destination bucket name.
|
void |
setObjectStorageClass(StorageClassEnum storageClass)
Set the storage class of the object generated after the replication.
|
String |
toString() |
public String getBucket()
public void setBucket(String bucket)
bucket - Destination bucket namepublic StorageClassEnum getObjectStorageClass()
public void setObjectStorageClass(StorageClassEnum storageClass)
storageClass - Object storage classCopyright © 2021. All rights reserved.