Interface ListRuleBasedMatchesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRuleBasedMatchesRequest.Builder,ListRuleBasedMatchesRequest>,CustomerProfilesRequest.Builder,SdkBuilder<ListRuleBasedMatchesRequest.Builder,ListRuleBasedMatchesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRuleBasedMatchesRequest
public static interface ListRuleBasedMatchesRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<ListRuleBasedMatchesRequest.Builder,ListRuleBasedMatchesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRuleBasedMatchesRequest.BuilderdomainName(String domainName)The unique name of the domain.ListRuleBasedMatchesRequest.BuildermaxResults(Integer maxResults)The maximum number ofMatchIdsreturned per page.ListRuleBasedMatchesRequest.BuildernextToken(String nextToken)The pagination token from the previousListRuleBasedMatchesAPI call.ListRuleBasedMatchesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRuleBasedMatchesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
ListRuleBasedMatchesRequest.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.
-
maxResults
ListRuleBasedMatchesRequest.Builder maxResults(Integer maxResults)
The maximum number of
MatchIdsreturned per page.- Parameters:
maxResults- The maximum number ofMatchIdsreturned per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
ListRuleBasedMatchesRequest.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.
-
overrideConfiguration
ListRuleBasedMatchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRuleBasedMatchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-