Interface ListWorkspacesResponse.Builder

    • Method Detail

      • nextToken

        ListWorkspacesResponse.Builder nextToken​(String nextToken)

        A token indicating that there are more results to retrieve. You can use this token as part of your next ListWorkspaces request to retrieve those results.

        Parameters:
        nextToken - A token indicating that there are more results to retrieve. You can use this token as part of your next ListWorkspaces request to retrieve those results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaces

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

        An array of WorkspaceSummary structures containing information about the workspaces requested.

        Parameters:
        workspaces - An array of WorkspaceSummary structures containing information about the workspaces requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaces

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

        An array of WorkspaceSummary structures containing information about the workspaces requested.

        Parameters:
        workspaces - An array of WorkspaceSummary structures containing information about the workspaces requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.