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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListJournalS3ExportsRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to return in a singleListJournalS3Exports
request.ListJournalS3ExportsRequest.Builder
nextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.ListJournalS3ExportsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListJournalS3ExportsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qldb.model.QldbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
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.)- Parameters:
maxResults
- The maximum number of results to return in a singleListJournalS3Exports
request. (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
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 previousListJournalS3Exports
call, 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 forNextToken
in the response from a previousListJournalS3Exports
call, 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListJournalS3ExportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-