Package com.oracle.bmc.datascience.model
Class ManagedComputeClusterSystemData.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.ManagedComputeClusterSystemData.Builder
-
- Enclosing class:
- ManagedComputeClusterSystemData
public static class ManagedComputeClusterSystemData.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedComputeClusterSystemDatabuild()ManagedComputeClusterSystemData.Buildercopy(ManagedComputeClusterSystemData model)ManagedComputeClusterSystemData.BuildercurrentInstanceCount(Integer currentInstanceCount)Current count of the instances in managed compute cluster type compute target.
-
-
-
Method Detail
-
currentInstanceCount
public ManagedComputeClusterSystemData.Builder currentInstanceCount(Integer currentInstanceCount)
Current count of the instances in managed compute cluster type compute target.- Parameters:
currentInstanceCount- the value to set- Returns:
- this builder
-
build
public ManagedComputeClusterSystemData build()
-
copy
public ManagedComputeClusterSystemData.Builder copy(ManagedComputeClusterSystemData model)
-
-