Interface RuleGroupSourceStatelessRuleMatchAttributesSources.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleGroupSourceStatelessRuleMatchAttributesSources.Builder,
,RuleGroupSourceStatelessRuleMatchAttributesSources> SdkBuilder<RuleGroupSourceStatelessRuleMatchAttributesSources.Builder,
,RuleGroupSourceStatelessRuleMatchAttributesSources> SdkPojo
- Enclosing class:
RuleGroupSourceStatelessRuleMatchAttributesSources
public static interface RuleGroupSourceStatelessRuleMatchAttributesSources.Builder
extends SdkPojo, CopyableBuilder<RuleGroupSourceStatelessRuleMatchAttributesSources.Builder,RuleGroupSourceStatelessRuleMatchAttributesSources>
-
Method Summary
Modifier and TypeMethodDescriptionaddressDefinition
(String addressDefinition) An IP address or a block of IP addresses.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, sdkFields
-
Method Details
-
addressDefinition
RuleGroupSourceStatelessRuleMatchAttributesSources.Builder addressDefinition(String addressDefinition) An IP address or a block of IP addresses.
- Parameters:
addressDefinition
- An IP address or a block of IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-