Interface Ipv4PrefixSpecificationResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Ipv4PrefixSpecificationResponse.Builder,
,Ipv4PrefixSpecificationResponse> SdkBuilder<Ipv4PrefixSpecificationResponse.Builder,
,Ipv4PrefixSpecificationResponse> SdkPojo
- Enclosing class:
Ipv4PrefixSpecificationResponse
public static interface Ipv4PrefixSpecificationResponse.Builder
extends SdkPojo, CopyableBuilder<Ipv4PrefixSpecificationResponse.Builder,Ipv4PrefixSpecificationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipv4Prefix
(String ipv4Prefix) The IPv4 delegated prefixes assigned to the network interface.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 Details
-
ipv4Prefix
The IPv4 delegated prefixes assigned to the network interface.
- Parameters:
ipv4Prefix
- The IPv4 delegated prefixes assigned to the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-