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 AWS 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 AWS account
and Region.
|
ListJournalS3ExportsResponse.Builder |
journalS3Exports(JournalS3ExportDescription... journalS3Exports)
The array of journal export job descriptions for all ledgers that are associated with the current AWS 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 AWS account and Region.
journalS3Exports - The array of journal export job descriptions for all ledgers that are associated with the current AWS
account and Region.ListJournalS3ExportsResponse.Builder journalS3Exports(JournalS3ExportDescription... journalS3Exports)
The array of journal export job descriptions for all ledgers that are associated with the current AWS account and Region.
journalS3Exports - The array of journal export job descriptions for all ledgers that are associated with the current AWS
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 AWS account and Region.
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) 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 © 2020. All rights reserved.