Interface ListQueryExecutionsResponse.Builder

    • Method Detail

      • queryExecutionIds

        ListQueryExecutionsResponse.Builder queryExecutionIds​(Collection<String> queryExecutionIds)

        The unique IDs of each query execution as an array of strings.

        Parameters:
        queryExecutionIds - The unique IDs of each query execution as an array of strings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryExecutionIds

        ListQueryExecutionsResponse.Builder queryExecutionIds​(String... queryExecutionIds)

        The unique IDs of each query execution as an array of strings.

        Parameters:
        queryExecutionIds - The unique IDs of each query execution as an array of strings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListQueryExecutionsResponse.Builder nextToken​(String nextToken)

        A token to be used by the next request if this request is truncated.

        Parameters:
        nextToken - A token to be used by the next request if this request is truncated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.