Class ClientConfigurations
java.lang.Object
org.apache.camel.component.huaweicloud.obs.models.ClientConfigurations
Class to combine parameters which can be passed through exchange properties and endpoint parameters to avoid checking
both each time they are used
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBucketLocation(String bucketLocation) voidsetBucketName(String bucketName) voidsetObjectName(String objectName) voidsetOperation(String operation)
-
Constructor Details
-
ClientConfigurations
public ClientConfigurations()
-
-
Method Details
-
getOperation
-
setOperation
-
getBucketName
-
setBucketName
-
getBucketLocation
-
setBucketLocation
-
getObjectName
-
setObjectName
-