Interface ListRuleBasedMatchesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListRuleBasedMatchesResponse.Builder,ListRuleBasedMatchesResponse>,CustomerProfilesResponse.Builder,SdkBuilder<ListRuleBasedMatchesResponse.Builder,ListRuleBasedMatchesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListRuleBasedMatchesResponse
public static interface ListRuleBasedMatchesResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListRuleBasedMatchesResponse.Builder,ListRuleBasedMatchesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRuleBasedMatchesResponse.BuildermatchIds(String... matchIds)The list ofMatchIdsfor the given domain.ListRuleBasedMatchesResponse.BuildermatchIds(Collection<String> matchIds)The list ofMatchIdsfor the given domain.ListRuleBasedMatchesResponse.BuildernextToken(String nextToken)The pagination token from the previousListRuleBasedMatchesAPI call.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
matchIds
ListRuleBasedMatchesResponse.Builder matchIds(Collection<String> matchIds)
The list of
MatchIdsfor the given domain.- Parameters:
matchIds- The list ofMatchIdsfor the given domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchIds
ListRuleBasedMatchesResponse.Builder matchIds(String... matchIds)
The list of
MatchIdsfor the given domain.- Parameters:
matchIds- The list ofMatchIdsfor the given domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRuleBasedMatchesResponse.Builder nextToken(String nextToken)
The pagination token from the previous
ListRuleBasedMatchesAPI call.- Parameters:
nextToken- The pagination token from the previousListRuleBasedMatchesAPI call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-