Interface ListWorkforcesResponse.Builder

    • Method Detail

      • workforces

        ListWorkforcesResponse.Builder workforces​(Collection<Workforce> workforces)

        A list containing information about your workforce.

        Parameters:
        workforces - A list containing information about your workforce.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workforces

        ListWorkforcesResponse.Builder workforces​(Workforce... workforces)

        A list containing information about your workforce.

        Parameters:
        workforces - A list containing information about your workforce.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWorkforcesResponse.Builder nextToken​(String nextToken)

        A token to resume pagination.

        Parameters:
        nextToken - A token to resume pagination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.