Interface RuleGroupSourceStatelessRuleMatchAttributesDestinations.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleGroupSourceStatelessRuleMatchAttributesDestinations.Builder,
,RuleGroupSourceStatelessRuleMatchAttributesDestinations> SdkBuilder<RuleGroupSourceStatelessRuleMatchAttributesDestinations.Builder,
,RuleGroupSourceStatelessRuleMatchAttributesDestinations> SdkPojo
- Enclosing class:
RuleGroupSourceStatelessRuleMatchAttributesDestinations
public static interface RuleGroupSourceStatelessRuleMatchAttributesDestinations.Builder
extends SdkPojo, CopyableBuilder<RuleGroupSourceStatelessRuleMatchAttributesDestinations.Builder,RuleGroupSourceStatelessRuleMatchAttributesDestinations>
-
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
RuleGroupSourceStatelessRuleMatchAttributesDestinations.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.
-