Interface IpAddressUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IpAddressUpdate.Builder,
,IpAddressUpdate> SdkBuilder<IpAddressUpdate.Builder,
,IpAddressUpdate> SdkPojo
- Enclosing class:
IpAddressUpdate
public static interface IpAddressUpdate.Builder
extends SdkPojo, CopyableBuilder<IpAddressUpdate.Builder,IpAddressUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionThe new IPv4 address.Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove.The new IPv6 address.The ID of the subnet that includes the IP address that you want to update.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
-
ipId
Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
- Parameters:
ipId
- Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetId
The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.
- Parameters:
subnetId
- The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ip
The new IPv4 address.
- Parameters:
ip
- The new IPv4 address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6
The new IPv6 address.
- Parameters:
ipv6
- The new IPv6 address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-