Package com.oracle.bmc.datascience.model
Class FastLaunchJobConfigSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.FastLaunchJobConfigSummary.Builder
-
- Enclosing class:
- FastLaunchJobConfigSummary
public static class FastLaunchJobConfigSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FastLaunchJobConfigSummary
build()
FastLaunchJobConfigSummary.Builder
copy(FastLaunchJobConfigSummary model)
FastLaunchJobConfigSummary.Builder
coreCount(Integer coreCount)
The number of cores associated with this fast launch job shape.FastLaunchJobConfigSummary.Builder
managedEgressSupport(FastLaunchJobConfigSummary.ManagedEgressSupport managedEgressSupport)
The managed egress supportFastLaunchJobConfigSummary.Builder
memoryInGBs(Integer memoryInGBs)
The number of cores associated with this fast launch job shape.FastLaunchJobConfigSummary.Builder
name(String name)
The name of the fast launch job configFastLaunchJobConfigSummary.Builder
shapeName(String shapeName)
The name of the fast launch job shape.FastLaunchJobConfigSummary.Builder
shapeSeries(FastLaunchJobConfigSummary.ShapeSeries shapeSeries)
The family that the compute shape belongs to.
-
-
-
Method Detail
-
name
public FastLaunchJobConfigSummary.Builder name(String name)
The name of the fast launch job config- Parameters:
name
- the value to set- Returns:
- this builder
-
shapeName
public FastLaunchJobConfigSummary.Builder shapeName(String shapeName)
The name of the fast launch job shape.- Parameters:
shapeName
- the value to set- Returns:
- this builder
-
coreCount
public FastLaunchJobConfigSummary.Builder coreCount(Integer coreCount)
The number of cores associated with this fast launch job shape.- Parameters:
coreCount
- the value to set- Returns:
- this builder
-
memoryInGBs
public FastLaunchJobConfigSummary.Builder memoryInGBs(Integer memoryInGBs)
The number of cores associated with this fast launch job shape.- Parameters:
memoryInGBs
- the value to set- Returns:
- this builder
-
shapeSeries
public FastLaunchJobConfigSummary.Builder shapeSeries(FastLaunchJobConfigSummary.ShapeSeries shapeSeries)
The family that the compute shape belongs to.- Parameters:
shapeSeries
- the value to set- Returns:
- this builder
-
managedEgressSupport
public FastLaunchJobConfigSummary.Builder managedEgressSupport(FastLaunchJobConfigSummary.ManagedEgressSupport managedEgressSupport)
The managed egress support- Parameters:
managedEgressSupport
- the value to set- Returns:
- this builder
-
build
public FastLaunchJobConfigSummary build()
-
copy
public FastLaunchJobConfigSummary.Builder copy(FastLaunchJobConfigSummary model)
-
-