Class S3BackupStoreConfig
java.lang.Object
io.camunda.zeebe.broker.system.configuration.backup.S3BackupStoreConfig
- All Implemented Interfaces:
ConfigurationEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetAccessKey(String accessKey) voidsetApiCallTimeout(Duration apiCallTimeout) voidsetBasePath(String basePath) voidsetBucketName(String bucketName) voidsetCompression(String algorithm) voidsetEndpoint(String endpoint) voidsetForcePathStyleAccess(boolean forcePathStyleAccess) voidvoidsetSecretKey(String secretKey) static S3BackupConfigtoStoreConfig(S3BackupStoreConfig config) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.broker.system.configuration.ConfigurationEntry
init
-
Constructor Details
-
S3BackupStoreConfig
public S3BackupStoreConfig()
-
-
Method Details
-
getBucketName
-
setBucketName
-
getEndpoint
-
setEndpoint
-
getRegion
-
setRegion
-
getAccessKey
-
setAccessKey
-
getSecretKey
-
setSecretKey
-
getApiCallTimeout
-
setApiCallTimeout
-
isForcePathStyleAccess
public boolean isForcePathStyleAccess() -
setForcePathStyleAccess
public void setForcePathStyleAccess(boolean forcePathStyleAccess) -
getCompression
-
setCompression
-
setBasePath
-
getBasePath
-
toStoreConfig
-
hashCode
public int hashCode() -
equals
-
toString
-