Package com.oracle.bmc.email.model
Class RemoveEmailOutboundIpDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.email.model.RemoveEmailOutboundIpDetails.Builder
-
- Enclosing class:
- RemoveEmailOutboundIpDetails
public static class RemoveEmailOutboundIpDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoveEmailOutboundIpDetailsbuild()RemoveEmailOutboundIpDetails.Buildercopy(RemoveEmailOutboundIpDetails model)RemoveEmailOutboundIpDetails.BuilderoutboundIps(List<String> outboundIps)List of public IPs to REMOVE from the IpPool.
-
-
-
Method Detail
-
outboundIps
public RemoveEmailOutboundIpDetails.Builder outboundIps(List<String> outboundIps)
List of public IPs to REMOVE from the IpPool.After a public IP is unassigned, it will be marked as AVAILABLE and can be assigned to another IpPool. The last IP removed from the Pool will be deleted from the IP Pool after 24 hours.
- Parameters:
outboundIps- the value to set- Returns:
- this builder
-
build
public RemoveEmailOutboundIpDetails build()
-
copy
public RemoveEmailOutboundIpDetails.Builder copy(RemoveEmailOutboundIpDetails model)
-
-