Interface IpRule.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IpRule.Builder,,- IpRule> - SdkBuilder<IpRule.Builder,,- IpRule> - SdkPojo
- Enclosing class:
- IpRule
@Mutable
@NotThreadSafe
public static interface IpRule.Builder
extends SdkPojo, CopyableBuilder<IpRule.Builder,IpRule> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) The description of the IP rule.The IP range of the IP rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ipRangeThe 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.
 
- 
descriptionThe 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.
 
 
-