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.Builder
attribute(ShapeField attribute)
KeyAttribute
build()
KeyAttribute.Builder
copy(KeyAttribute model)
KeyAttribute.Builder
position(Integer position)
The position of the attribute.KeyAttribute.Builder
shapeField(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)
-
-