Interface ListWorkgroupsResponse.Builder

    • Method Detail

      • nextToken

        ListWorkgroupsResponse.Builder nextToken​(String nextToken)

        If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.

        Parameters:
        nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workgroups

        ListWorkgroupsResponse.Builder workgroups​(Collection<Workgroup> workgroups)

        The returned array of workgroups.

        Parameters:
        workgroups - The returned array of workgroups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workgroups

        ListWorkgroupsResponse.Builder workgroups​(Workgroup... workgroups)

        The returned array of workgroups.

        Parameters:
        workgroups - The returned array of workgroups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.