Interface GetCurrentUserDataResponse.Builder

    • Method Detail

      • nextToken

        GetCurrentUserDataResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userDataList

        GetCurrentUserDataResponse.Builder userDataList​(Collection<UserData> userDataList)

        A list of the user data that is returned.

        Parameters:
        userDataList - A list of the user data that is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userDataList

        GetCurrentUserDataResponse.Builder userDataList​(UserData... userDataList)

        A list of the user data that is returned.

        Parameters:
        userDataList - A list of the user data that is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • approximateTotalCount

        GetCurrentUserDataResponse.Builder approximateTotalCount​(Long approximateTotalCount)

        The total count of the result, regardless of the current page size.

        Parameters:
        approximateTotalCount - The total count of the result, regardless of the current page size.
        Returns:
        Returns a reference to this object so that method calls can be chained together.