Interface ListUserProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>,SageMakerRequest.Builder,SdkBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListUserProfilesRequest
public static interface ListUserProfilesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListUserProfilesRequest.BuilderdomainIdEquals(String domainIdEquals)A parameter by which to filter the results.ListUserProfilesRequest.BuildermaxResults(Integer maxResults)This parameter defines the maximum number of results that can be return in a single response.ListUserProfilesRequest.BuildernextToken(String nextToken)If the previous response was truncated, you will receive this token.ListUserProfilesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListUserProfilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListUserProfilesRequest.BuildersortBy(String sortBy)The parameter by which to sort the results.ListUserProfilesRequest.BuildersortBy(UserProfileSortKey sortBy)The parameter by which to sort the results.ListUserProfilesRequest.BuildersortOrder(String sortOrder)The sort order for the results.ListUserProfilesRequest.BuildersortOrder(SortOrder sortOrder)The sort order for the results.ListUserProfilesRequest.BuilderuserProfileNameContains(String userProfileNameContains)A parameter by which to filter the results.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
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.
- 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
ListUserProfilesRequest.Builder maxResults(Integer maxResults)
This parameter defines the maximum number of results that can be return in a single response. The
MaxResultsparameter is an upper bound, not a target. If there are more results available than the value specified, aNextTokenis provided in the response. TheNextTokenindicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value forMaxResultsis 10.- Parameters:
maxResults- This parameter defines the maximum number of results that can be return in a single response. TheMaxResultsparameter is an upper bound, not a target. If there are more results available than the value specified, aNextTokenis provided in the response. TheNextTokenindicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value forMaxResultsis 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
ListUserProfilesRequest.Builder sortOrder(String sortOrder)
The sort order for the results. The default is Ascending.
-
sortOrder
ListUserProfilesRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for the results. The default is Ascending.
-
sortBy
ListUserProfilesRequest.Builder sortBy(String 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:
UserProfileSortKey,UserProfileSortKey
-
sortBy
ListUserProfilesRequest.Builder sortBy(UserProfileSortKey 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:
UserProfileSortKey,UserProfileSortKey
-
domainIdEquals
ListUserProfilesRequest.Builder domainIdEquals(String 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
ListUserProfilesRequest.Builder userProfileNameContains(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListUserProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-