public static class ReplicationConfiguration.Destination extends Object
Constructor and Description |
---|
ReplicationConfiguration.Destination() |
Modifier and Type | Method and Description |
---|---|
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 ReplicationConfiguration.Destination()
public String getBucket()
public void setBucket(String bucket)
bucket
- Destination bucket namepublic StorageClassEnum getObjectStorageClass()
public void setObjectStorageClass(StorageClassEnum storageClass)
storageClass
- Object storage classCopyright © 2019. All rights reserved.