Interface ListUserProfilesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListUserProfilesRequest.Builder,,ListUserProfilesRequest> SageMakerRequest.Builder,SdkBuilder<ListUserProfilesRequest.Builder,,ListUserProfilesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListUserProfilesRequest
-
Method Summary
Modifier and TypeMethodDescriptiondomainIdEquals(String domainIdEquals) A parameter by which to filter the results.maxResults(Integer maxResults) The total number of items to return in the response.If the previous response was truncated, you will receive this token.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The parameter by which to sort the results.sortBy(UserProfileSortKey sortBy) The parameter by which to sort the results.The sort order for the results.The sort order for the results.userProfileNameContains(String userProfileNameContains) A parameter by which to filter the results.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The total number of items to return in the response. If the total number of items available is more than the value specified, a
NextTokenis provided in the response. To resume pagination, provide theNextTokenvalue in the as part of a subsequent call. The default value is 10.- Parameters:
maxResults- The total number of items to return in the response. If the total number of items available is more than the value specified, aNextTokenis provided in the response. To resume pagination, provide theNextTokenvalue in the as part of a subsequent call. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
The sort order for the results. The default is Ascending.
- Parameters:
sortOrder- The sort order for the results. The default is Ascending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for the results. The default is Ascending.
- Parameters:
sortOrder- The sort order for the results. The default is Ascending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The parameter by which to sort the results. The default is CreationTime.
- Parameters:
sortBy- The parameter by which to sort the results. The default is CreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The parameter by which to sort the results. The default is CreationTime.
- Parameters:
sortBy- The parameter by which to sort the results. The default is CreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainIdEquals
A parameter by which to filter the results.
- Parameters:
domainIdEquals- A parameter by which to filter the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProfileNameContains
A parameter by which to filter the results.
- Parameters:
userProfileNameContains- A parameter by which to filter the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListUserProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListUserProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-