public static interface ListJournalS3ExportsRequest.Builder extends QldbRequest.Builder, SdkPojo, CopyableBuilder<ListJournalS3ExportsRequest.Builder,ListJournalS3ExportsRequest>
Modifier and Type | Method and Description |
---|---|
ListJournalS3ExportsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single
ListJournalS3Exports request. |
ListJournalS3ExportsRequest.Builder |
nextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.
|
ListJournalS3ExportsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListJournalS3ExportsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListJournalS3ExportsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single ListJournalS3Exports
request. (The actual
number of results returned might be fewer.)
maxResults
- The maximum number of results to return in a single ListJournalS3Exports
request. (The
actual number of results returned might be fewer.)ListJournalS3ExportsRequest.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 ListJournalS3Exports
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 ListJournalS3Exports
call, then you should use that value as input here.ListJournalS3ExportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListJournalS3ExportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.