Interface SourceIpConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SourceIpConfig.Builder,,SourceIpConfig> SdkBuilder<SourceIpConfig.Builder,,SourceIpConfig> SdkPojo
- Enclosing class:
 SourceIpConfig
public static interface SourceIpConfig.Builder
extends SdkPojo, CopyableBuilder<SourceIpConfig.Builder,SourceIpConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionA list of one to ten Classless Inter-Domain Routing (CIDR) values.cidrs(Collection<String> cidrs) A list of one to ten Classless Inter-Domain Routing (CIDR) values.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
- 
cidrs
A list of one to ten Classless Inter-Domain Routing (CIDR) values.
Maximum: Ten CIDR values
The following Length Constraints apply to individual CIDR values in the CIDR value list.
- Parameters:
 cidrs- A list of one to ten Classless Inter-Domain Routing (CIDR) values.Maximum: Ten CIDR values
The following Length Constraints apply to individual CIDR values in the CIDR value list.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cidrs
A list of one to ten Classless Inter-Domain Routing (CIDR) values.
Maximum: Ten CIDR values
The following Length Constraints apply to individual CIDR values in the CIDR value list.
- Parameters:
 cidrs- A list of one to ten Classless Inter-Domain Routing (CIDR) values.Maximum: Ten CIDR values
The following Length Constraints apply to individual CIDR values in the CIDR value list.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -