Uses of Interface
software.amazon.awssdk.services.qldb.model.DescribeJournalS3ExportRequest.Builder
-
Packages that use DescribeJournalS3ExportRequest.Builder Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.model -
-
Uses of DescribeJournalS3ExportRequest.Builder in software.amazon.awssdk.services.qldb
Method parameters in software.amazon.awssdk.services.qldb with type arguments of type DescribeJournalS3ExportRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeJournalS3ExportResponse>QldbAsyncClient. describeJournalS3Export(Consumer<DescribeJournalS3ExportRequest.Builder> describeJournalS3ExportRequest)Returns information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request.default DescribeJournalS3ExportResponseQldbClient. describeJournalS3Export(Consumer<DescribeJournalS3ExportRequest.Builder> describeJournalS3ExportRequest)Returns information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request. -
Uses of DescribeJournalS3ExportRequest.Builder in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return DescribeJournalS3ExportRequest.Builder Modifier and Type Method Description static DescribeJournalS3ExportRequest.BuilderDescribeJournalS3ExportRequest. builder()DescribeJournalS3ExportRequest.BuilderDescribeJournalS3ExportRequest.Builder. exportId(String exportId)The UUID (represented in Base62-encoded text) of the journal export job to describe.DescribeJournalS3ExportRequest.BuilderDescribeJournalS3ExportRequest.Builder. name(String name)The name of the ledger.DescribeJournalS3ExportRequest.BuilderDescribeJournalS3ExportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeJournalS3ExportRequest.BuilderDescribeJournalS3ExportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeJournalS3ExportRequest.BuilderDescribeJournalS3ExportRequest. toBuilder()Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type DescribeJournalS3ExportRequest.Builder Modifier and Type Method Description static Class<? extends DescribeJournalS3ExportRequest.Builder>DescribeJournalS3ExportRequest. serializableBuilderClass()
-