Interface DescribeWorkspacesPoolsResponse.Builder

    • Method Detail

      • workspacesPools

        DescribeWorkspacesPoolsResponse.Builder workspacesPools​(Collection<WorkspacesPool> workspacesPools)

        Information about the WorkSpaces Pools.

        Parameters:
        workspacesPools - Information about the WorkSpaces Pools.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspacesPools

        DescribeWorkspacesPoolsResponse.Builder workspacesPools​(WorkspacesPool... workspacesPools)

        Information about the WorkSpaces Pools.

        Parameters:
        workspacesPools - Information about the WorkSpaces Pools.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeWorkspacesPoolsResponse.Builder nextToken​(String nextToken)

        If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

        Parameters:
        nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.