Interface ListLedgersRequest.Builder

    • Method Detail

      • maxResults

        ListLedgersRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in a single ListLedgers request. (The actual number of results returned might be fewer.)

        Parameters:
        maxResults - The maximum number of results to return in a single ListLedgers 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

        ListLedgersRequest.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 ListLedgers 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 ListLedgers 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.