Uses of Interface
software.amazon.awssdk.services.qldb.model.S3EncryptionConfiguration.Builder
-
Packages that use S3EncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of S3EncryptionConfiguration.Builder in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return S3EncryptionConfiguration.Builder Modifier and Type Method Description static S3EncryptionConfiguration.BuilderS3EncryptionConfiguration. builder()S3EncryptionConfiguration.BuilderS3EncryptionConfiguration.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of a symmetric encryption key in Key Management Service (KMS).S3EncryptionConfiguration.BuilderS3EncryptionConfiguration.Builder. objectEncryptionType(String objectEncryptionType)The Amazon S3 object encryption type.S3EncryptionConfiguration.BuilderS3EncryptionConfiguration.Builder. objectEncryptionType(S3ObjectEncryptionType objectEncryptionType)The Amazon S3 object encryption type.S3EncryptionConfiguration.BuilderS3EncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type S3EncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends S3EncryptionConfiguration.Builder>S3EncryptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qldb.model with type arguments of type S3EncryptionConfiguration.Builder Modifier and Type Method Description default S3ExportConfiguration.BuilderS3ExportConfiguration.Builder. encryptionConfiguration(Consumer<S3EncryptionConfiguration.Builder> encryptionConfiguration)The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
-