Interface ListImportFileTaskRequest.Builder

    • Method Detail

      • maxResults

        ListImportFileTaskRequest.Builder maxResults​(Integer maxResults)

        The total number of items to return. The maximum value is 100.

        Parameters:
        maxResults - The total number of items to return. The maximum value is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListImportFileTaskRequest.Builder nextToken​(String nextToken)

        The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

        Parameters:
        nextToken - The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.