Class GetPublicIpByIpAddressDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.GetPublicIpByIpAddressDetails.Builder
 
- 
- Enclosing class:
- GetPublicIpByIpAddressDetails
 
 public static class GetPublicIpByIpAddressDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPublicIpByIpAddressDetailsbuild()GetPublicIpByIpAddressDetails.Buildercopy(GetPublicIpByIpAddressDetails model)GetPublicIpByIpAddressDetails.BuilderipAddress(String ipAddress)The public IP address.
 
- 
- 
- 
Method Detail- 
ipAddresspublic GetPublicIpByIpAddressDetails.Builder ipAddress(String ipAddress) The public IP address.Example: 203.0.113.2 - Parameters:
- ipAddress- the value to set
- Returns:
- this builder
 
 - 
buildpublic GetPublicIpByIpAddressDetails build() 
 - 
copypublic GetPublicIpByIpAddressDetails.Builder copy(GetPublicIpByIpAddressDetails model) 
 
- 
 
-