Interface ListSpacesResponse.Builder

    • Method Detail

      • nextToken

        ListSpacesResponse.Builder nextToken​(String nextToken)

        The token that you use when you request the next set of private re:Posts.

        Parameters:
        nextToken - The token that you use when you request the next set of private re:Posts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spaces

        ListSpacesResponse.Builder spaces​(Collection<SpaceData> spaces)

        An array of structures that contain some information about the private re:Posts in the account.

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

        ListSpacesResponse.Builder spaces​(SpaceData... spaces)

        An array of structures that contain some information about the private re:Posts in the account.

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