Interface DescribeIpGroupsResponse.Builder

    • Method Detail

      • result

        DescribeIpGroupsResponse.Builder result​(Collection<WorkspacesIpGroup> result)

        Information about the IP access control groups.

        Parameters:
        result - Information about the IP access control groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • result

        DescribeIpGroupsResponse.Builder result​(WorkspacesIpGroup... result)

        Information about the IP access control groups.

        Parameters:
        result - Information about the IP access control groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeIpGroupsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.