Interface ListSpacesResponse.Builder

    • Method Detail

      • nextToken

        ListSpacesResponse.Builder nextToken​(String nextToken)

        A token returned from a call to this API to indicate the next batch of results to return, if any.

        Parameters:
        nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListSpacesResponse.Builder items​(Collection<SpaceSummary> items)

        Information about the spaces.

        Parameters:
        items - Information about the spaces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListSpacesResponse.Builder items​(SpaceSummary... items)

        Information about the spaces.

        Parameters:
        items - Information about the spaces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.