public static class FastLaunchJobConfigSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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 support
|
FastLaunchJobConfigSummary.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 config
|
FastLaunchJobConfigSummary.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.
|
public FastLaunchJobConfigSummary.Builder name(String name)
The name of the fast launch job config
name
- the value to setpublic FastLaunchJobConfigSummary.Builder shapeName(String shapeName)
The name of the fast launch job shape.
shapeName
- the value to setpublic FastLaunchJobConfigSummary.Builder coreCount(Integer coreCount)
The number of cores associated with this fast launch job shape.
coreCount
- the value to setpublic FastLaunchJobConfigSummary.Builder memoryInGBs(Integer memoryInGBs)
The number of cores associated with this fast launch job shape.
memoryInGBs
- the value to setpublic FastLaunchJobConfigSummary.Builder shapeSeries(FastLaunchJobConfigSummary.ShapeSeries shapeSeries)
The family that the compute shape belongs to.
shapeSeries
- the value to setpublic FastLaunchJobConfigSummary.Builder managedEgressSupport(FastLaunchJobConfigSummary.ManagedEgressSupport managedEgressSupport)
The managed egress support
managedEgressSupport
- the value to setpublic FastLaunchJobConfigSummary build()
public FastLaunchJobConfigSummary.Builder copy(FastLaunchJobConfigSummary model)
Copyright © 2016–2024. All rights reserved.