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 Details

    • 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 single ListJournalS3Exports 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

      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.

      Parameters:
      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.
      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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.