Uses of Interface
software.amazon.awssdk.services.qldb.model.ListJournalS3ExportsForLedgerRequest.Builder
-
Packages that use ListJournalS3ExportsForLedgerRequest.Builder Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.model -
-
Uses of ListJournalS3ExportsForLedgerRequest.Builder in software.amazon.awssdk.services.qldb
-
Uses of ListJournalS3ExportsForLedgerRequest.Builder in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return ListJournalS3ExportsForLedgerRequest.Builder Modifier and Type Method Description static ListJournalS3ExportsForLedgerRequest.BuilderListJournalS3ExportsForLedgerRequest. builder()ListJournalS3ExportsForLedgerRequest.BuilderListJournalS3ExportsForLedgerRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a singleListJournalS3ExportsForLedgerrequest.ListJournalS3ExportsForLedgerRequest.BuilderListJournalS3ExportsForLedgerRequest.Builder. name(String name)The name of the ledger.ListJournalS3ExportsForLedgerRequest.BuilderListJournalS3ExportsForLedgerRequest.Builder. nextToken(String nextToken)A pagination token, indicating that you want to retrieve the next page of results.ListJournalS3ExportsForLedgerRequest.BuilderListJournalS3ExportsForLedgerRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJournalS3ExportsForLedgerRequest.BuilderListJournalS3ExportsForLedgerRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListJournalS3ExportsForLedgerRequest.BuilderListJournalS3ExportsForLedgerRequest. toBuilder()Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type ListJournalS3ExportsForLedgerRequest.Builder Modifier and Type Method Description static Class<? extends ListJournalS3ExportsForLedgerRequest.Builder>ListJournalS3ExportsForLedgerRequest. serializableBuilderClass()
-