Interface KeywordMatchConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KeywordMatchConfiguration.Builder,
,KeywordMatchConfiguration> SdkBuilder<KeywordMatchConfiguration.Builder,
,KeywordMatchConfiguration> SdkPojo
- Enclosing class:
KeywordMatchConfiguration
@Mutable
@NotThreadSafe
public static interface KeywordMatchConfiguration.Builder
extends SdkPojo, CopyableBuilder<KeywordMatchConfiguration.Builder,KeywordMatchConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe keywords or phrases that you want to match.keywords
(Collection<String> keywords) The keywords or phrases that you want to match.Matches keywords or phrases on their presence or absence.The name of the keyword match rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ruleName
The name of the keyword match rule.
- Parameters:
ruleName
- The name of the keyword match rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keywords
The keywords or phrases that you want to match.
- Parameters:
keywords
- The keywords or phrases that you want to match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keywords
The keywords or phrases that you want to match.
- Parameters:
keywords
- The keywords or phrases that you want to match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
.- Parameters:
negate
- Matches keywords or phrases on their presence or absence. If set toTRUE
, the rule matches when all the specified keywords or phrases are absent. Default:FALSE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-