public static interface ListUserProfilesResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListUserProfilesResponse.Builder,ListUserProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUserProfilesResponse.Builder |
nextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
ListUserProfilesResponse.Builder |
userProfiles(Collection<UserProfileDetails> userProfiles)
The list of user profiles.
|
ListUserProfilesResponse.Builder |
userProfiles(Consumer<UserProfileDetails.Builder>... userProfiles)
The list of user profiles.
|
ListUserProfilesResponse.Builder |
userProfiles(UserProfileDetails... userProfiles)
The list of user profiles.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUserProfilesResponse.Builder userProfiles(Collection<UserProfileDetails> userProfiles)
The list of user profiles.
userProfiles - The list of user profiles.ListUserProfilesResponse.Builder userProfiles(UserProfileDetails... userProfiles)
The list of user profiles.
userProfiles - The list of user profiles.ListUserProfilesResponse.Builder userProfiles(Consumer<UserProfileDetails.Builder>... userProfiles)
The list of user profiles.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #userProfiles(List) .userProfiles - a consumer that will call methods on List.Builder #userProfiles(List) ListUserProfilesResponse.Builder nextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.Copyright © 2022. All rights reserved.