Class CreateEntityShapeFromObject.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.CreateEntityShapeFromObject.Builder
-
- Enclosing class:
- CreateEntityShapeFromObject
public static class CreateEntityShapeFromObject.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
key
public CreateEntityShapeFromObject.Builder key(String key)
The object key.- Parameters:
key
- the value to set- Returns:
- this builder
-
parentRef
public CreateEntityShapeFromObject.Builder parentRef(ParentReference parentRef)
-
name
public CreateEntityShapeFromObject.Builder name(String name)
Free form text without any restriction on permitted characters.Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Parameters:
name
- the value to set- Returns:
- this builder
-
description
public CreateEntityShapeFromObject.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
externalKey
public CreateEntityShapeFromObject.Builder externalKey(String externalKey)
The external key for the object.- Parameters:
externalKey
- the value to set- Returns:
- this builder
-
shape
public CreateEntityShapeFromObject.Builder shape(Shape shape)
-
shapeId
public CreateEntityShapeFromObject.Builder shapeId(String shapeId)
The shape ID.- Parameters:
shapeId
- the value to set- Returns:
- this builder
-
entityType
public CreateEntityShapeFromObject.Builder entityType(CreateEntityShapeFromObject.EntityType entityType)
The entity type.- Parameters:
entityType
- the value to set- Returns:
- this builder
-
otherTypeLabel
public CreateEntityShapeFromObject.Builder otherTypeLabel(String otherTypeLabel)
Specifies other type label.- Parameters:
otherTypeLabel
- the value to set- Returns:
- this builder
-
uniqueKeys
public CreateEntityShapeFromObject.Builder uniqueKeys(List<UniqueKey> uniqueKeys)
An array of unique keys.- Parameters:
uniqueKeys
- the value to set- Returns:
- this builder
-
foreignKeys
public CreateEntityShapeFromObject.Builder foreignKeys(List<ForeignKey> foreignKeys)
An array of foreign keys.- Parameters:
foreignKeys
- the value to set- Returns:
- this builder
-
resourceName
public CreateEntityShapeFromObject.Builder resourceName(String resourceName)
The resource name.- Parameters:
resourceName
- the value to set- Returns:
- this builder
-
dataFormat
public CreateEntityShapeFromObject.Builder dataFormat(DataFormat dataFormat)
-
identifier
public CreateEntityShapeFromObject.Builder identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.It should begin with upper case letter or underscore. The value can be modified.
- Parameters:
identifier
- the value to set- Returns:
- this builder
-
build
public CreateEntityShapeFromObject build()
-
copy
public CreateEntityShapeFromObject.Builder copy(CreateEntityShapeFromObject model)
-
-