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(String outputFormat) |
The output format of your exported journal data.
|
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.outputFormat(OutputFormat outputFormat) |
The output format of your exported journal data.
|
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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() |
|