Uses of Class
com.oracle.bmc.batch.model.BatchContextShapeSummary.Builder
-
Packages that use BatchContextShapeSummary.Builder Package Description com.oracle.bmc.batch.model -
-
Uses of BatchContextShapeSummary.Builder in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchContextShapeSummary.Builder Modifier and Type Method Description static BatchContextShapeSummary.BuilderBatchContextShapeSummary. builder()Create a new builder.BatchContextShapeSummary.BuilderBatchContextShapeSummary.Builder. copy(BatchContextShapeSummary model)BatchContextShapeSummary.BuilderBatchContextShapeSummary.Builder. memoryOptions(ShapeMemoryOptions memoryOptions)BatchContextShapeSummary.BuilderBatchContextShapeSummary.Builder. name(String name)The name identifying the shape.BatchContextShapeSummary.BuilderBatchContextShapeSummary.Builder. networkingBandwidthOptions(ShapeNetworkingBandwidthOptions networkingBandwidthOptions)BatchContextShapeSummary.BuilderBatchContextShapeSummary.Builder. ocpuOptions(ShapeOcpuOptions ocpuOptions)BatchContextShapeSummary.BuilderBatchContextShapeSummary.Builder. processorDescription(String processorDescription)A short description of the container instance’s processor (CPU).BatchContextShapeSummary.BuilderBatchContextShapeSummary. toBuilder()
-