Package io.camunda.zeebe.backup.s3
Class S3BackupConfig.Builder
java.lang.Object
io.camunda.zeebe.backup.s3.S3BackupConfig.Builder
- Enclosing class:
- S3BackupConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()forcePathStyleAccess(boolean forcePathStyleAccess) withApiCallTimeout(Duration apiCallTimeoutMs) withBasePath(String basePath) withBucketName(String bucketName) withCompressionAlgorithm(String compressionAlgorithm) withCredentials(String accessKey, String secretKey) withEndpoint(String endpoint) withRegion(String region)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withBucketName
-
withEndpoint
-
withRegion
-
withCredentials
-
withApiCallTimeout
-
forcePathStyleAccess
-
withCompressionAlgorithm
-
withBasePath
-
build
-