Interface ListWorkspacesResponse.Builder

    • Method Detail

      • workspaces

        ListWorkspacesResponse.Builder workspaces​(Collection<WorkspaceSummary> workspaces)

        The list of existing workspaces, including those undergoing creation or deletion.

        Parameters:
        workspaces - The list of existing workspaces, including those undergoing creation or deletion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaces

        ListWorkspacesResponse.Builder workspaces​(WorkspaceSummary... workspaces)

        The list of existing workspaces, including those undergoing creation or deletion.

        Parameters:
        workspaces - The list of existing workspaces, including those undergoing creation or deletion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWorkspacesResponse.Builder nextToken​(String nextToken)

        Pagination token to use when requesting the next page in this list.

        Parameters:
        nextToken - Pagination token to use when requesting the next page in this list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.