Interface DescribeWorkspacesResponse.Builder

    • Method Detail

      • workspaces

        DescribeWorkspacesResponse.Builder workspaces​(Collection<Workspace> workspaces)

        Information about the WorkSpaces.

        Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.

        Parameters:
        workspaces - Information about the WorkSpaces.

        Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaces

        DescribeWorkspacesResponse.Builder workspaces​(Workspace... workspaces)

        Information about the WorkSpaces.

        Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.

        Parameters:
        workspaces - Information about the WorkSpaces.

        Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeWorkspacesResponse.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.