Interface ListUserProficienciesResponse.Builder

    • Method Detail

      • nextToken

        ListUserProficienciesResponse.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.
      • userProficiencyList

        ListUserProficienciesResponse.Builder userProficiencyList​(Collection<UserProficiency> userProficiencyList)

        Information about the user proficiencies.

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

        ListUserProficienciesResponse.Builder userProficiencyList​(UserProficiency... userProficiencyList)

        Information about the user proficiencies.

        Parameters:
        userProficiencyList - Information about the user proficiencies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        ListUserProficienciesResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The last time that the user's proficiencies are were modified.

        Parameters:
        lastModifiedTime - The last time that the user's proficiencies are were modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedRegion

        ListUserProficienciesResponse.Builder lastModifiedRegion​(String lastModifiedRegion)

        The region in which a user's proficiencies were last modified.

        Parameters:
        lastModifiedRegion - The region in which a user's proficiencies were last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.