Package com.oracle.bmc.batch.model
Class GpuShapeTaskProfileExtendedInformation.Builder
- java.lang.Object
-
- com.oracle.bmc.batch.model.GpuShapeTaskProfileExtendedInformation.Builder
-
- Enclosing class:
- GpuShapeTaskProfileExtendedInformation
public static class GpuShapeTaskProfileExtendedInformation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GpuShapeTaskProfileExtendedInformationbuild()GpuShapeTaskProfileExtendedInformation.Buildercopy(GpuShapeTaskProfileExtendedInformation model)GpuShapeTaskProfileExtendedInformation.BuildershapeName(String shapeName)A name of the GPU shape.
-
-
-
Method Detail
-
shapeName
public GpuShapeTaskProfileExtendedInformation.Builder shapeName(String shapeName)
A name of the GPU shape.- Parameters:
shapeName- the value to set- Returns:
- this builder
-
build
public GpuShapeTaskProfileExtendedInformation build()
-
copy
public GpuShapeTaskProfileExtendedInformation.Builder copy(GpuShapeTaskProfileExtendedInformation model)
-
-