Interface SearchUserProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SearchUserProfilesRequest.Builder,SearchUserProfilesRequest>,DataZoneRequest.Builder,SdkBuilder<SearchUserProfilesRequest.Builder,SearchUserProfilesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SearchUserProfilesRequest
public static interface SearchUserProfilesRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<SearchUserProfilesRequest.Builder,SearchUserProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchUserProfilesRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which you want to search user profiles.SearchUserProfilesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call toSearchUserProfiles.SearchUserProfilesRequest.BuildernextToken(String nextToken)When the number of results is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken.SearchUserProfilesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchUserProfilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SearchUserProfilesRequest.BuildersearchText(String searchText)Specifies the text for which to search.SearchUserProfilesRequest.BuilderuserType(String userType)Specifies the user type for theSearchUserProfilesaction.SearchUserProfilesRequest.BuilderuserType(UserSearchType userType)Specifies the user type for theSearchUserProfilesaction.-
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.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainIdentifier
SearchUserProfilesRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to search user profiles.
- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain in which you want to search user profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
SearchUserProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call to
SearchUserProfiles. When the number of results to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toSearchUserProfilesto list the next set of results.- Parameters:
maxResults- The maximum number of results to return in a single call toSearchUserProfiles. When the number of results to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toSearchUserProfilesto list the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
SearchUserProfilesRequest.Builder nextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toSearchUserProfilesto list the next set of results.- Parameters:
nextToken- When the number of results is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toSearchUserProfilesto list the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchText
SearchUserProfilesRequest.Builder searchText(String searchText)
Specifies the text for which to search.
- Parameters:
searchText- Specifies the text for which to search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userType
SearchUserProfilesRequest.Builder userType(String userType)
Specifies the user type for the
SearchUserProfilesaction.- Parameters:
userType- Specifies the user type for theSearchUserProfilesaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserSearchType,UserSearchType
-
userType
SearchUserProfilesRequest.Builder userType(UserSearchType userType)
Specifies the user type for the
SearchUserProfilesaction.- Parameters:
userType- Specifies the user type for theSearchUserProfilesaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserSearchType,UserSearchType
-
overrideConfiguration
SearchUserProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SearchUserProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-