Package com.oracle.bmc.batch.model
Class BatchContextShapeSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.batch.model.BatchContextShapeSummary.Builder
-
- Enclosing class:
- BatchContextShapeSummary
public static class BatchContextShapeSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchContextShapeSummarybuild()BatchContextShapeSummary.Buildercopy(BatchContextShapeSummary model)BatchContextShapeSummary.BuildermemoryOptions(ShapeMemoryOptions memoryOptions)BatchContextShapeSummary.Buildername(String name)The name identifying the shape.BatchContextShapeSummary.BuildernetworkingBandwidthOptions(ShapeNetworkingBandwidthOptions networkingBandwidthOptions)BatchContextShapeSummary.BuilderocpuOptions(ShapeOcpuOptions ocpuOptions)BatchContextShapeSummary.BuilderprocessorDescription(String processorDescription)A short description of the container instance’s processor (CPU).
-
-
-
Method Detail
-
name
public BatchContextShapeSummary.Builder name(String name)
The name identifying the shape.- Parameters:
name- the value to set- Returns:
- this builder
-
memoryOptions
public BatchContextShapeSummary.Builder memoryOptions(ShapeMemoryOptions memoryOptions)
-
networkingBandwidthOptions
public BatchContextShapeSummary.Builder networkingBandwidthOptions(ShapeNetworkingBandwidthOptions networkingBandwidthOptions)
-
ocpuOptions
public BatchContextShapeSummary.Builder ocpuOptions(ShapeOcpuOptions ocpuOptions)
-
processorDescription
public BatchContextShapeSummary.Builder processorDescription(String processorDescription)
A short description of the container instance’s processor (CPU).- Parameters:
processorDescription- the value to set- Returns:
- this builder
-
build
public BatchContextShapeSummary build()
-
copy
public BatchContextShapeSummary.Builder copy(BatchContextShapeSummary model)
-
-