Interface PrivateIp.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrivateIp.Builder,PrivateIp>,SdkBuilder<PrivateIp.Builder,PrivateIp>,SdkPojo
- Enclosing class:
- PrivateIp
public static interface PrivateIp.Builder extends SdkPojo, CopyableBuilder<PrivateIp.Builder,PrivateIp>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateIp.BuilderprivateDnsName(String privateDnsName)The DNS name of the private IP address.PrivateIp.BuilderprivateIpAddress(String privateIpAddress)The full IP address of the network inteface.-
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 Detail
-
privateDnsName
PrivateIp.Builder privateDnsName(String privateDnsName)
The DNS name of the private IP address.
- Parameters:
privateDnsName- The DNS name of the private IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateIpAddress
PrivateIp.Builder privateIpAddress(String privateIpAddress)
The full IP address of the network inteface.
- Parameters:
privateIpAddress- The full IP address of the network inteface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-