Interface IPSet.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IPSet.Builder,
,IPSet> SdkBuilder<IPSet.Builder,
,IPSet> SdkPojo
- Enclosing class:
IPSet
@Mutable
@NotThreadSafe
public static interface IPSet.Builder
extends SdkPojo, CopyableBuilder<IPSet.Builder,IPSet>
-
Method Summary
Modifier and TypeMethodDescriptiondefinition
(String... definition) The list of IP addresses and address ranges, in CIDR notation.definition
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-