Class Subnet.Builder
- java.lang.Object
-
- com.oracle.bmc.lustrefilestorage.model.Subnet.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Subnetbuild()Subnet.Buildercopy(Subnet model)Subnet.Builderid(String id)The OCID of the Subnet.
-
-
-
Method Detail
-
id
public Subnet.Builder id(String id)
The OCID of the Subnet.- Parameters:
id- the value to set- Returns:
- this builder
-
build
public Subnet build()
-
copy
public Subnet.Builder copy(Subnet model)
-
-