Uses of Interface
software.amazon.awssdk.services.qldb.model.S3ExportConfiguration.Builder
-
Packages that use S3ExportConfiguration.Builder Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of S3ExportConfiguration.Builder in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return S3ExportConfiguration.Builder Modifier and Type Method Description S3ExportConfiguration.BuilderS3ExportConfiguration.Builder. bucket(String bucket)The Amazon S3 bucket name in which a journal export job writes the journal contents.static S3ExportConfiguration.BuilderS3ExportConfiguration. builder()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.S3ExportConfiguration.BuilderS3ExportConfiguration.Builder. encryptionConfiguration(S3EncryptionConfiguration encryptionConfiguration)The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.S3ExportConfiguration.BuilderS3ExportConfiguration.Builder. prefix(String prefix)The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.S3ExportConfiguration.BuilderS3ExportConfiguration. toBuilder()Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type S3ExportConfiguration.Builder Modifier and Type Method Description static Class<? extends S3ExportConfiguration.Builder>S3ExportConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qldb.model with type arguments of type S3ExportConfiguration.Builder Modifier and Type Method Description default ExportJournalToS3Request.BuilderExportJournalToS3Request.Builder. s3ExportConfiguration(Consumer<S3ExportConfiguration.Builder> s3ExportConfiguration)The configuration settings of the Amazon S3 bucket destination for your export request.default JournalS3ExportDescription.BuilderJournalS3ExportDescription.Builder. s3ExportConfiguration(Consumer<S3ExportConfiguration.Builder> s3ExportConfiguration)Sets the value of the S3ExportConfiguration property for this object.
-