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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceIpConfig.Builder
cidrs(String... cidrs)
A list of one to ten Classless Inter-Domain Routing (CIDR) values.SourceIpConfig.Builder
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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
cidrs
SourceIpConfig.Builder cidrs(Collection<String> 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
SourceIpConfig.Builder cidrs(String... 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.
-
-