Package com.oracle.bmc.batch.model
Class Vnic.Builder
- java.lang.Object
-
- com.oracle.bmc.batch.model.Vnic.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vnicbuild()Vnic.Buildercopy(Vnic model)Vnic.Builderid(String id)The OCID of the private endpoint’s VNIC, which resides in the customer’s VCN.Vnic.BuildersourceIps(List<String> sourceIps)A list of private IP addresses (in the customer’s VCN) that represent access points for the service.
-
-
-
Method Detail
-
id
public Vnic.Builder id(String id)
The OCID of the private endpoint’s VNIC, which resides in the customer’s VCN.- Parameters:
id- the value to set- Returns:
- this builder
-
sourceIps
public Vnic.Builder sourceIps(List<String> sourceIps)
A list of private IP addresses (in the customer’s VCN) that represent access points for the service.- Parameters:
sourceIps- the value to set- Returns:
- this builder
-
build
public Vnic build()
-
copy
public Vnic.Builder copy(Vnic model)
-
-