| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The resource management API for Amazon QLDB
|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
default ExportJournalToS3Response |
QldbClient.exportJournalToS3(Consumer<ExportJournalToS3Request.Builder> exportJournalToS3Request)
Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage
Service (Amazon S3) bucket.
|
default CompletableFuture<ExportJournalToS3Response> |
QldbAsyncClient.exportJournalToS3(Consumer<ExportJournalToS3Request.Builder> exportJournalToS3Request)
Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage
Service (Amazon S3) bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportJournalToS3Request.Builder |
ExportJournalToS3Request.builder() |
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.exclusiveEndTime(Instant exclusiveEndTime)
The exclusive end date and time for the range of journal contents to export.
|
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.inclusiveStartTime(Instant inclusiveStartTime)
The inclusive start date and time for the range of journal contents to export.
|
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.name(String name)
The name of the ledger.
|
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.outputFormat(OutputFormat outputFormat)
The output format of your exported journal data.
|
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.outputFormat(String outputFormat)
The output format of your exported journal data.
|
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do
the following:
|
default ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.s3ExportConfiguration(Consumer<S3ExportConfiguration.Builder> s3ExportConfiguration)
The configuration settings of the Amazon S3 bucket destination for your export request.
|
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.s3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
The configuration settings of the Amazon S3 bucket destination for your export request.
|
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportJournalToS3Request.Builder> |
ExportJournalToS3Request.serializableBuilderClass() |
Copyright © 2023. All rights reserved.