Interface GetSimilarProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSimilarProfilesRequest.Builder,GetSimilarProfilesRequest>,CustomerProfilesRequest.Builder,SdkBuilder<GetSimilarProfilesRequest.Builder,GetSimilarProfilesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSimilarProfilesRequest
public static interface GetSimilarProfilesRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<GetSimilarProfilesRequest.Builder,GetSimilarProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSimilarProfilesRequest.BuilderdomainName(String domainName)The unique name of the domain.GetSimilarProfilesRequest.BuildermatchType(String matchType)Specify the type of matching to get similar profiles for.GetSimilarProfilesRequest.BuildermatchType(MatchType matchType)Specify the type of matching to get similar profiles for.GetSimilarProfilesRequest.BuildermaxResults(Integer maxResults)The maximum number of objects returned per page.GetSimilarProfilesRequest.BuildernextToken(String nextToken)The pagination token from the previousGetSimilarProfilesAPI call.GetSimilarProfilesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSimilarProfilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSimilarProfilesRequest.BuildersearchKey(String searchKey)The string indicating the search key to be used.GetSimilarProfilesRequest.BuildersearchValue(String searchValue)The string based onSearchKeyto be searched for similar profiles.-
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.customerprofiles.model.CustomerProfilesRequest.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
-
nextToken
GetSimilarProfilesRequest.Builder nextToken(String nextToken)
The pagination token from the previous
GetSimilarProfilesAPI call.- Parameters:
nextToken- The pagination token from the previousGetSimilarProfilesAPI call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetSimilarProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of objects returned per page.
- Parameters:
maxResults- The maximum number of objects returned per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
GetSimilarProfilesRequest.Builder domainName(String domainName)
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchType
GetSimilarProfilesRequest.Builder matchType(String matchType)
Specify the type of matching to get similar profiles for.
-
matchType
GetSimilarProfilesRequest.Builder matchType(MatchType matchType)
Specify the type of matching to get similar profiles for.
-
searchKey
GetSimilarProfilesRequest.Builder searchKey(String searchKey)
The string indicating the search key to be used.
- Parameters:
searchKey- The string indicating the search key to be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchValue
GetSimilarProfilesRequest.Builder searchValue(String searchValue)
The string based on
SearchKeyto be searched for similar profiles.- Parameters:
searchValue- The string based onSearchKeyto be searched for similar profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSimilarProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSimilarProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-