Interface GetWorkUnitsResponse.Builder

    • Method Detail

      • nextToken

        GetWorkUnitsResponse.Builder nextToken​(String nextToken)

        A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

        Parameters:
        nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryId

        GetWorkUnitsResponse.Builder queryId​(String queryId)

        The ID of the plan query operation.

        Parameters:
        queryId - The ID of the plan query operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workUnitRanges

        GetWorkUnitsResponse.Builder workUnitRanges​(Collection<WorkUnitRange> workUnitRanges)

        A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the execution service.

        Parameters:
        workUnitRanges - A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the execution service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workUnitRanges

        GetWorkUnitsResponse.Builder workUnitRanges​(WorkUnitRange... workUnitRanges)

        A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the execution service.

        Parameters:
        workUnitRanges - A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the execution service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.