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