public static interface KeywordMatchConfiguration.Builder extends SdkPojo, CopyableBuilder<KeywordMatchConfiguration.Builder,KeywordMatchConfiguration>
| Modifier and Type | Method and Description |
|---|---|
KeywordMatchConfiguration.Builder |
keywords(Collection<String> keywords)
The keywords or phrases that you want to match.
|
KeywordMatchConfiguration.Builder |
keywords(String... keywords)
The keywords or phrases that you want to match.
|
KeywordMatchConfiguration.Builder |
negate(Boolean negate)
Matches keywords or phrases on their presence or absence.
|
KeywordMatchConfiguration.Builder |
ruleName(String ruleName)
The name of the keyword match rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeywordMatchConfiguration.Builder ruleName(String ruleName)
The name of the keyword match rule.
ruleName - The name of the keyword match rule.KeywordMatchConfiguration.Builder keywords(Collection<String> keywords)
The keywords or phrases that you want to match.
keywords - The keywords or phrases that you want to match.KeywordMatchConfiguration.Builder keywords(String... keywords)
The keywords or phrases that you want to match.
keywords - The keywords or phrases that you want to match.KeywordMatchConfiguration.Builder negate(Boolean negate)
Matches keywords or phrases on their presence or absence. If set to TRUE, the rule matches when
all the specified keywords or phrases are absent. Default: FALSE.
negate - Matches keywords or phrases on their presence or absence. If set to TRUE, the rule
matches when all the specified keywords or phrases are absent. Default: FALSE.Copyright © 2023. All rights reserved.