Package com.oracle.bmc.datacc.model
Class VmClusterNetworkCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.datacc.model.VmClusterNetworkCollection.Builder
-
- Enclosing class:
- VmClusterNetworkCollection
public static class VmClusterNetworkCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VmClusterNetworkCollectionbuild()VmClusterNetworkCollection.Buildercopy(VmClusterNetworkCollection model)VmClusterNetworkCollection.Builderitems(List<VmClusterNetworkSummary> items)A list of VM cluster network resources.
-
-
-
Method Detail
-
items
public VmClusterNetworkCollection.Builder items(List<VmClusterNetworkSummary> items)
A list of VM cluster network resources.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public VmClusterNetworkCollection build()
-
copy
public VmClusterNetworkCollection.Builder copy(VmClusterNetworkCollection model)
-
-