Interface ListWorkspacesResponse.Builder

    • Method Detail

      • nextToken

        ListWorkspacesResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of workspaces.

        Parameters:
        nextToken - The token to use when requesting the next set of workspaces.
        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 structures that contain some information about the workspaces in the account.

        Parameters:
        workspaces - An array of structures that contain some information about the workspaces in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaces

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

        An array of structures that contain some information about the workspaces in the account.

        Parameters:
        workspaces - An array of structures that contain some information about the workspaces in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.