public static interface ListJournalS3ExportsResponse.Builder extends QldbResponse.Builder, SdkPojo, CopyableBuilder<ListJournalS3ExportsResponse.Builder,ListJournalS3ExportsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJournalS3ExportsResponse.Builder |
journalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The array of journal export job descriptions for all ledgers that are associated with the current Amazon Web
Services account and Region.
|
ListJournalS3ExportsResponse.Builder |
journalS3Exports(Consumer<JournalS3ExportDescription.Builder>... journalS3Exports)
The array of journal export job descriptions for all ledgers that are associated with the current Amazon Web
Services account and Region.
|
ListJournalS3ExportsResponse.Builder |
journalS3Exports(JournalS3ExportDescription... journalS3Exports)
The array of journal export job descriptions for all ledgers that are associated with the current Amazon Web
Services account and Region.
|
ListJournalS3ExportsResponse.Builder |
nextToken(String nextToken)
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJournalS3ExportsResponse.Builder journalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The array of journal export job descriptions for all ledgers that are associated with the current Amazon Web Services account and Region.
journalS3Exports - The array of journal export job descriptions for all ledgers that are associated with the current
Amazon Web Services account and Region.ListJournalS3ExportsResponse.Builder journalS3Exports(JournalS3ExportDescription... journalS3Exports)
The array of journal export job descriptions for all ledgers that are associated with the current Amazon Web Services account and Region.
journalS3Exports - The array of journal export job descriptions for all ledgers that are associated with the current
Amazon Web Services account and Region.ListJournalS3ExportsResponse.Builder journalS3Exports(Consumer<JournalS3ExportDescription.Builder>... journalS3Exports)
The array of journal export job descriptions for all ledgers that are associated with the current Amazon Web Services account and Region.
This is a convenience method that creates an instance of theJournalS3ExportDescription.Builder avoiding the need to
create one manually via
JournalS3ExportDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #journalS3Exports(List.
journalS3Exports - a consumer that will call methods on
JournalS3ExportDescription.Builder#journalS3Exports(java.util.Collection) ListJournalS3ExportsResponse.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 ListJournalS3Exports
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
ListJournalS3Exports call.
Copyright © 2022. All rights reserved.