public static interface GetMatchesRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<GetMatchesRequest.Builder,GetMatchesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMatchesRequest.Builder |
domainName(String domainName)
The unique name of the domain.
|
GetMatchesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
GetMatchesRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
GetMatchesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMatchesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMatchesRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.GetMatchesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.GetMatchesRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.GetMatchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMatchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.