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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleGroupSourceStatelessRuleMatchAttributesSources.BuilderaddressDefinition(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-