Interface IPSet.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IPSet.Builder,IPSet>,SdkBuilder<IPSet.Builder,IPSet>,SdkPojo
- Enclosing class:
- IPSet
public static interface IPSet.Builder extends SdkPojo, CopyableBuilder<IPSet.Builder,IPSet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPSet.Builderdefinition(String... definition)The list of IP addresses and address ranges, in CIDR notation.IPSet.Builderdefinition(Collection<String> definition)The list of IP addresses and address ranges, in CIDR notation.-
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
-
definition
IPSet.Builder definition(Collection<String> definition)
The list of IP addresses and address ranges, in CIDR notation.
- Parameters:
definition- The list of IP addresses and address ranges, in CIDR notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
IPSet.Builder definition(String... definition)
The list of IP addresses and address ranges, in CIDR notation.
- Parameters:
definition- The list of IP addresses and address ranges, in CIDR notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-