Class EntityShapeFromFile.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.EntityShapeFromFile.Builder
-
- Enclosing class:
- EntityShapeFromFile
public static class EntityShapeFromFile.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
metadata
public EntityShapeFromFile.Builder metadata(ObjectMetadata metadata)
-
key
public EntityShapeFromFile.Builder key(String key)
The object key.- Parameters:
key
- the value to set- Returns:
- this builder
-
modelVersion
public EntityShapeFromFile.Builder modelVersion(String modelVersion)
The object’s model version.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public EntityShapeFromFile.Builder parentRef(ParentReference parentRef)
-
name
public EntityShapeFromFile.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 EntityShapeFromFile.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
objectVersion
public EntityShapeFromFile.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.- Parameters:
objectVersion
- the value to set- Returns:
- this builder
-
externalKey
public EntityShapeFromFile.Builder externalKey(String externalKey)
The external key for the object.- Parameters:
externalKey
- the value to set- Returns:
- this builder
-
shape
public EntityShapeFromFile.Builder shape(Shape shape)
-
shapeId
public EntityShapeFromFile.Builder shapeId(String shapeId)
The shape ID.- Parameters:
shapeId
- the value to set- Returns:
- this builder
-
types
public EntityShapeFromFile.Builder types(TypeLibrary types)
-
entityType
public EntityShapeFromFile.Builder entityType(EntityShapeFromFile.EntityType entityType)
The entity type.- Parameters:
entityType
- the value to set- Returns:
- this builder
-
otherTypeLabel
public EntityShapeFromFile.Builder otherTypeLabel(String otherTypeLabel)
Specifies other type label.- Parameters:
otherTypeLabel
- the value to set- Returns:
- this builder
-
uniqueKeys
public EntityShapeFromFile.Builder uniqueKeys(List<UniqueKey> uniqueKeys)
An array of unique keys.- Parameters:
uniqueKeys
- the value to set- Returns:
- this builder
-
foreignKeys
public EntityShapeFromFile.Builder foreignKeys(List<ForeignKey> foreignKeys)
An array of foreign keys.- Parameters:
foreignKeys
- the value to set- Returns:
- this builder
-
resourceName
public EntityShapeFromFile.Builder resourceName(String resourceName)
The resource name.- Parameters:
resourceName
- the value to set- Returns:
- this builder
-
dataFormat
public EntityShapeFromFile.Builder dataFormat(DataFormat dataFormat)
-
objectStatus
public EntityShapeFromFile.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
objectStatus
- the value to set- Returns:
- this builder
-
identifier
public EntityShapeFromFile.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 EntityShapeFromFile build()
-
copy
public EntityShapeFromFile.Builder copy(EntityShapeFromFile model)
-
-