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