Interface RuleGroupSourceStatefulRulesOptionsDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleGroupSourceStatefulRulesOptionsDetails.Builder,
,RuleGroupSourceStatefulRulesOptionsDetails> SdkBuilder<RuleGroupSourceStatefulRulesOptionsDetails.Builder,
,RuleGroupSourceStatefulRulesOptionsDetails> SdkPojo
- Enclosing class:
RuleGroupSourceStatefulRulesOptionsDetails
@Mutable
@NotThreadSafe
public static interface RuleGroupSourceStatefulRulesOptionsDetails.Builder
extends SdkPojo, CopyableBuilder<RuleGroupSourceStatefulRulesOptionsDetails.Builder,RuleGroupSourceStatefulRulesOptionsDetails>
-
Method Summary
Modifier and TypeMethodDescriptionA keyword to look for.A list of settings.settings
(Collection<String> settings) A list of settings.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
-
keyword
A keyword to look for.
- Parameters:
keyword
- A keyword to look for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
A list of settings.
- Parameters:
settings
- A list of settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
A list of settings.
- Parameters:
settings
- A list of settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-