Class KeyAttribute.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.KeyAttribute.Builder
-
- Enclosing class:
- KeyAttribute
public static class KeyAttribute.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyAttribute.Builderattribute(ShapeField attribute)KeyAttributebuild()KeyAttribute.Buildercopy(KeyAttribute model)KeyAttribute.Builderposition(Integer position)The position of the attribute.KeyAttribute.BuildershapeField(ShapeField shapeField)
-
-
-
Method Detail
-
position
public KeyAttribute.Builder position(Integer position)
The position of the attribute.- Parameters:
position- the value to set- Returns:
- this builder
-
shapeField
public KeyAttribute.Builder shapeField(ShapeField shapeField)
-
attribute
public KeyAttribute.Builder attribute(ShapeField attribute)
-
build
public KeyAttribute build()
-
copy
public KeyAttribute.Builder copy(KeyAttribute model)
-
-