Uses of Class
org.togglz.s3.S3StateRepository.Builder
-
Uses of S3StateRepository.Builder in org.togglz.s3
Methods in org.togglz.s3 that return S3StateRepository.BuilderModifier and TypeMethodDescriptionstatic S3StateRepository.BuilderS3StateRepository.newBuilder(software.amazon.awssdk.services.s3.S3Client client, String bucketName) Creates a new builder for creating aS3StateRepository.Optional prefixes to prepend on to each keyS3StateRepository.Builder.sseCustomerAlgorithm(String sseCustomerAlgorithm) Specifies the algorithm to use to when encrypting the object (for example, AES256).S3StateRepository.Builder.sseCustomerKey(String sseCustomerKey) Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.S3StateRepository.Builder.sseCustomerKeyMD5(String sseCustomerKeyMD5) Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.