Interface ListGuestUsersResponse.Builder

  • Method Details

    • nextToken

      ListGuestUsersResponse.Builder nextToken(String nextToken)

      The token to use for retrieving the next page of results. If this is not present, there are no more results.

      Parameters:
      nextToken - The token to use for retrieving the next page of results. If this is not present, there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • guestlist

      A list of guest user objects within the current page.

      Parameters:
      guestlist - A list of guest user objects within the current page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • guestlist

      ListGuestUsersResponse.Builder guestlist(GuestUser... guestlist)

      A list of guest user objects within the current page.

      Parameters:
      guestlist - A list of guest user objects within the current page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • guestlist

      A list of guest user objects within the current page.

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

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

      Parameters:
      guestlist - a consumer that will call methods on GuestUser.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: