public static interface ListRuleBasedMatchesResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListRuleBasedMatchesResponse.Builder,ListRuleBasedMatchesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRuleBasedMatchesResponse.Builder |
matchIds(Collection<String> matchIds)
The list of
MatchIds for the given domain. |
ListRuleBasedMatchesResponse.Builder |
matchIds(String... matchIds)
The list of
MatchIds for the given domain. |
ListRuleBasedMatchesResponse.Builder |
nextToken(String nextToken)
The pagination token from the previous
ListRuleBasedMatches API call. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRuleBasedMatchesResponse.Builder matchIds(Collection<String> matchIds)
The list of MatchIds for the given domain.
matchIds - The list of MatchIds for the given domain.ListRuleBasedMatchesResponse.Builder matchIds(String... matchIds)
The list of MatchIds for the given domain.
matchIds - The list of MatchIds for the given domain.ListRuleBasedMatchesResponse.Builder nextToken(String nextToken)
The pagination token from the previous ListRuleBasedMatches API call.
nextToken - The pagination token from the previous ListRuleBasedMatches API call.Copyright © 2023. All rights reserved.