public static interface ListJournalS3ExportsForLedgerRequest.Builder extends QldbRequest.Builder, SdkPojo, CopyableBuilder<ListJournalS3ExportsForLedgerRequest.Builder,ListJournalS3ExportsForLedgerRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJournalS3ExportsForLedgerRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single
ListJournalS3ExportsForLedger request. |
ListJournalS3ExportsForLedgerRequest.Builder |
name(String name)
The name of the ledger.
|
ListJournalS3ExportsForLedgerRequest.Builder |
nextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.
|
ListJournalS3ExportsForLedgerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJournalS3ExportsForLedgerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJournalS3ExportsForLedgerRequest.Builder name(String name)
The name of the ledger.
name - The name of the ledger.ListJournalS3ExportsForLedgerRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single ListJournalS3ExportsForLedger request. (The
actual number of results returned might be fewer.)
maxResults - The maximum number of results to return in a single ListJournalS3ExportsForLedger
request. (The actual number of results returned might be fewer.)ListJournalS3ExportsForLedgerRequest.Builder nextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results. If you received a value
for NextToken in the response from a previous ListJournalS3ExportsForLedger call,
then you should use that value as input here.
nextToken - A pagination token, indicating that you want to retrieve the next page of results. If you received a
value for NextToken in the response from a previous
ListJournalS3ExportsForLedger call, then you should use that value as input here.ListJournalS3ExportsForLedgerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListJournalS3ExportsForLedgerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.