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 Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
 
 - 
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.
 
 
 -