Interface ListSpacesResponse.Builder

  • Method Details

    • 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

      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

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

      This is a convenience method that creates an instance of the SpaceData.Builder avoiding the need to create one manually via SpaceData.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to spaces(List<SpaceData>).

      Parameters:
      spaces - a consumer that will call methods on SpaceData.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.