Package com.oracle.bmc.batch.model
Class ServiceManagedGpuFleet.Builder
- java.lang.Object
-
- com.oracle.bmc.batch.model.ServiceManagedGpuFleet.Builder
-
- Enclosing class:
- ServiceManagedGpuFleet
public static class ServiceManagedGpuFleet.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceManagedGpuFleetbuild()ServiceManagedGpuFleet.Buildercopy(ServiceManagedGpuFleet model)ServiceManagedGpuFleet.Builderdetails(String details)A message that describes the current state of the service managed GPU fleet configuration in more detail.ServiceManagedGpuFleet.BuildermaxConcurrentTasks(Integer maxConcurrentTasks)Maximum number of concurrent tasks for the service managed GPU fleet.ServiceManagedGpuFleet.Buildername(String name)Name of the service managed GPU fleet.ServiceManagedGpuFleet.Buildershape(GpuFleetShape shape)ServiceManagedGpuFleet.Builderstate(String state)Current state of the service managed GPU fleet configuration.
-
-
-
Method Detail
-
name
public ServiceManagedGpuFleet.Builder name(String name)
Name of the service managed GPU fleet.- Parameters:
name- the value to set- Returns:
- this builder
-
shape
public ServiceManagedGpuFleet.Builder shape(GpuFleetShape shape)
-
maxConcurrentTasks
public ServiceManagedGpuFleet.Builder maxConcurrentTasks(Integer maxConcurrentTasks)
Maximum number of concurrent tasks for the service managed GPU fleet.- Parameters:
maxConcurrentTasks- the value to set- Returns:
- this builder
-
state
public ServiceManagedGpuFleet.Builder state(String state)
Current state of the service managed GPU fleet configuration.- Parameters:
state- the value to set- Returns:
- this builder
-
details
public ServiceManagedGpuFleet.Builder details(String details)
A message that describes the current state of the service managed GPU fleet configuration in more detail.- Parameters:
details- the value to set- Returns:
- this builder
-
build
public ServiceManagedGpuFleet build()
-
copy
public ServiceManagedGpuFleet.Builder copy(ServiceManagedGpuFleet model)
-
-