Interface UpdateIpAddress.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateIpAddress.Builder,UpdateIpAddress>,SdkBuilder<UpdateIpAddress.Builder,UpdateIpAddress>,SdkPojo
- Enclosing class:
- UpdateIpAddress
public static interface UpdateIpAddress.Builder extends SdkPojo, CopyableBuilder<UpdateIpAddress.Builder,UpdateIpAddress>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateIpAddress.BuilderipId(String ipId)The ID of the IP address, specified by theResolverEndpointId.UpdateIpAddress.Builderipv6(String ipv6)The IPv6 address that you want to use for DNS queries.-
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
-
ipId
UpdateIpAddress.Builder ipId(String ipId)
The ID of the IP address, specified by the
ResolverEndpointId.- Parameters:
ipId- The ID of the IP address, specified by theResolverEndpointId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6
UpdateIpAddress.Builder ipv6(String ipv6)
The IPv6 address that you want to use for DNS queries.
- Parameters:
ipv6- The IPv6 address that you want to use for DNS queries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-