Interface Ipv4PrefixSpecification.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Ipv4PrefixSpecification.Builder,Ipv4PrefixSpecification>
,SdkBuilder<Ipv4PrefixSpecification.Builder,Ipv4PrefixSpecification>
,SdkPojo
- Enclosing class:
- Ipv4PrefixSpecification
public static interface Ipv4PrefixSpecification.Builder extends SdkPojo, CopyableBuilder<Ipv4PrefixSpecification.Builder,Ipv4PrefixSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ipv4PrefixSpecification.Builder
ipv4Prefix(String ipv4Prefix)
The IPv4 prefix.-
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 Detail
-
ipv4Prefix
Ipv4PrefixSpecification.Builder ipv4Prefix(String ipv4Prefix)
The IPv4 prefix. For information, see Assigning prefixes to network interfaces in the Amazon EC2 User Guide.
- Parameters:
ipv4Prefix
- The IPv4 prefix. For information, see Assigning prefixes to network interfaces in the Amazon EC2 User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-