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