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