static ListUserProficienciesResponse.Builder |
ListUserProficienciesResponse.builder() |
|
ListUserProficienciesResponse.Builder |
ListUserProficienciesResponse.Builder.lastModifiedRegion(String lastModifiedRegion) |
The region in which a user's proficiencies were last modified.
|
ListUserProficienciesResponse.Builder |
ListUserProficienciesResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The last time that the user's proficiencies are were modified.
|
ListUserProficienciesResponse.Builder |
ListUserProficienciesResponse.Builder.nextToken(String nextToken) |
If there are additional results, this is the token for the next set of results.
|
ListUserProficienciesResponse.Builder |
ListUserProficienciesResponse.toBuilder() |
|
ListUserProficienciesResponse.Builder |
ListUserProficienciesResponse.Builder.userProficiencyList(Collection<UserProficiency> userProficiencyList) |
Information about the user proficiencies.
|
ListUserProficienciesResponse.Builder |
ListUserProficienciesResponse.Builder.userProficiencyList(Consumer<UserProficiency.Builder>... userProficiencyList) |
Information about the user proficiencies.
|
ListUserProficienciesResponse.Builder |
ListUserProficienciesResponse.Builder.userProficiencyList(UserProficiency... userProficiencyList) |
Information about the user proficiencies.
|