public static interface ListUserProfilesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListUserProfilesRequest.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.ListUserProfilesRequest.Builder maxResults(Integer maxResults)
Returns a list up to a specified limit.
maxResults
- Returns a list up to a specified limit.ListUserProfilesRequest.Builder sortOrder(String sortOrder)
The sort order for the results. The default is Ascending.
ListUserProfilesRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for the results. The default is Ascending.
ListUserProfilesRequest.Builder sortBy(String sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy
- The parameter by which to sort the results. The default is CreationTime.UserProfileSortKey
,
UserProfileSortKey
ListUserProfilesRequest.Builder sortBy(UserProfileSortKey sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy
- The parameter by which to sort the results. The default is CreationTime.UserProfileSortKey
,
UserProfileSortKey
ListUserProfilesRequest.Builder domainIdEquals(String domainIdEquals)
A parameter by which to filter the results.
domainIdEquals
- A parameter by which to filter the results.ListUserProfilesRequest.Builder userProfileNameContains(String userProfileNameContains)
A parameter by which to filter the results.
userProfileNameContains
- A parameter by which to filter the results.ListUserProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListUserProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.