Interface IpRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpRule.Builder,IpRule>,SdkBuilder<IpRule.Builder,IpRule>,SdkPojo
- Enclosing class:
- IpRule
public static interface IpRule.Builder extends SdkPojo, CopyableBuilder<IpRule.Builder,IpRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpRule.Builderdescription(String description)The description of the IP rule.IpRule.BuilderipRange(String ipRange)The IP range of the IP 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 Detail
-
description
IpRule.Builder description(String description)
The description of the IP rule.
- Parameters:
description- The description of the IP rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipRange
IpRule.Builder ipRange(String ipRange)
The IP range of the IP rule.
- Parameters:
ipRange- The IP range of the IP rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-