Interface ListJournalS3ExportsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<ListJournalS3ExportsRequest.Builder,,ListJournalS3ExportsRequest> QldbRequest.Builder,SdkBuilder<ListJournalS3ExportsRequest.Builder,,ListJournalS3ExportsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ListJournalS3ExportsRequest
public static interface ListJournalS3ExportsRequest.Builder
extends QldbRequest.Builder, SdkPojo, CopyableBuilder<ListJournalS3ExportsRequest.Builder,ListJournalS3ExportsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of results to return in a singleListJournalS3Exportsrequest.A pagination token, indicating that you want to retrieve the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.qldb.model.QldbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
maxResults
The maximum number of results to return in a single
ListJournalS3Exportsrequest. (The actual number of results returned might be fewer.)- Parameters:
 maxResults- The maximum number of results to return in a singleListJournalS3Exportsrequest. (The actual number of results returned might be fewer.)- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
A pagination token, indicating that you want to retrieve the next page of results. If you received a value for
NextTokenin the response from a previousListJournalS3Exportscall, then you should use that value as input here.- Parameters:
 nextToken- A pagination token, indicating that you want to retrieve the next page of results. If you received a value forNextTokenin the response from a previousListJournalS3Exportscall, then you should use that value as input here.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
ListJournalS3ExportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
ListJournalS3ExportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -