Interface ListExportsRequest.Builder

    • Method Detail

      • tableArn

        ListExportsRequest.Builder tableArn​(String tableArn)

        The Amazon Resource Name (ARN) associated with the exported table.

        Parameters:
        tableArn - The Amazon Resource Name (ARN) associated with the exported table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListExportsRequest.Builder maxResults​(Integer maxResults)

        Maximum number of results to return per page.

        Parameters:
        maxResults - Maximum number of results to return per page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListExportsRequest.Builder nextToken​(String nextToken)

        An optional string that, if supplied, must be copied from the output of a previous call to ListExports. When provided in this manner, the API fetches the next page of results.

        Parameters:
        nextToken - An optional string that, if supplied, must be copied from the output of a previous call to ListExports. When provided in this manner, the API fetches the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.