Interface PrefixList.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<PrefixList.Builder,,PrefixList> SdkBuilder<PrefixList.Builder,,PrefixList> SdkPojo
- Enclosing class:
 PrefixList
public static interface PrefixList.Builder
extends SdkPojo, CopyableBuilder<PrefixList.Builder,PrefixList> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe IP address range of the Amazon Web Service.cidrs(Collection<String> cidrs) The IP address range of the Amazon Web Service.prefixListId(String prefixListId) The ID of the prefix.prefixListName(String prefixListName) The name of the prefix.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, sdkFields 
- 
Method Details
- 
cidrs
The IP address range of the Amazon Web Service.
- Parameters:
 cidrs- The IP address range of the Amazon Web Service.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cidrs
The IP address range of the Amazon Web Service.
- Parameters:
 cidrs- The IP address range of the Amazon Web Service.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
prefixListId
The ID of the prefix.
- Parameters:
 prefixListId- The ID of the prefix.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
prefixListName
The name of the prefix.
- Parameters:
 prefixListName- The name of the prefix.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -