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
Modifier and TypeMethodDescriptionprivateDnsName
(String privateDnsName) The DNS name of the private IP address.privateIpAddress
(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 Details
-
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
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.
-