Interface ListWorkspacesResponse.Builder

    • Method Detail

      • workspaceSummaries

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

        A list of objects that contain information about the workspaces.

        Parameters:
        workspaceSummaries - A list of objects that contain information about the workspaces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaceSummaries

        ListWorkspacesResponse.Builder workspaceSummaries​(WorkspaceSummary... workspaceSummaries)

        A list of objects that contain information about the workspaces.

        Parameters:
        workspaceSummaries - A list of objects that contain information about the workspaces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWorkspacesResponse.Builder nextToken​(String nextToken)

        The string that specifies the next page of results.

        Parameters:
        nextToken - The string that specifies the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.