Interface SourceIpConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SourceIpConfig.Builder,,- SourceIpConfig> - SdkBuilder<SourceIpConfig.Builder,,- SourceIpConfig> - SdkPojo
- Enclosing class:
- SourceIpConfig
@Mutable
@NotThreadSafe
public static interface SourceIpConfig.Builder
extends SdkPojo, CopyableBuilder<SourceIpConfig.Builder,SourceIpConfig> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cidrsA 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.
 
- 
cidrsA 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.
 
 
-