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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
definitionThe 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.
 
- 
definitionThe 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.
 
 
-