public static interface ListJournalS3ExportsForLedgerResponse.Builder extends QldbResponse.Builder, SdkPojo, CopyableBuilder<ListJournalS3ExportsForLedgerResponse.Builder,ListJournalS3ExportsForLedgerResponse>
Modifier and Type | Method and Description |
---|---|
ListJournalS3ExportsForLedgerResponse.Builder |
journalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The array of journal export job descriptions that are associated with the specified ledger.
|
ListJournalS3ExportsForLedgerResponse.Builder |
journalS3Exports(Consumer<JournalS3ExportDescription.Builder>... journalS3Exports)
The array of journal export job descriptions that are associated with the specified ledger.
|
ListJournalS3ExportsForLedgerResponse.Builder |
journalS3Exports(JournalS3ExportDescription... journalS3Exports)
The array of journal export job descriptions that are associated with the specified ledger.
|
ListJournalS3ExportsForLedgerResponse.Builder |
nextToken(String nextToken)
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListJournalS3ExportsForLedgerResponse.Builder journalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The array of journal export job descriptions that are associated with the specified ledger.
journalS3Exports
- The array of journal export job descriptions that are associated with the specified ledger.ListJournalS3ExportsForLedgerResponse.Builder journalS3Exports(JournalS3ExportDescription... journalS3Exports)
The array of journal export job descriptions that are associated with the specified ledger.
journalS3Exports
- The array of journal export job descriptions that are associated with the specified ledger.ListJournalS3ExportsForLedgerResponse.Builder journalS3Exports(Consumer<JournalS3ExportDescription.Builder>... journalS3Exports)
The array of journal export job descriptions that are associated with the specified ledger.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #journalS3Exports(List)
.journalS3Exports
- a consumer that will call methods on List.Builder
#journalS3Exports(List)
ListJournalS3ExportsForLedgerResponse.Builder nextToken(String nextToken)
If NextToken
is empty, then the last page of results has been processed and there are no more
results to be retrieved.
If NextToken
is not empty, then there are more results available. To retrieve the next
page of results, use the value of NextToken
in a subsequent
ListJournalS3ExportsForLedger
call.
nextToken
-
If NextToken
is empty, then the last page of results has been processed and there are no
more results to be retrieved.
If NextToken
is not empty, then there are more results available. To retrieve the
next page of results, use the value of NextToken
in a subsequent
ListJournalS3ExportsForLedger
call.