Class DataEntityFromDataStore.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.DataEntityFromDataStore.Builder
-
- Enclosing class:
- DataEntityFromDataStore
public static class DataEntityFromDataStore.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataEntityFromDataStore
build()
DataEntityFromDataStore.Builder
copy(DataEntityFromDataStore model)
DataEntityFromDataStore.Builder
description(String description)
Detailed description for the object.DataEntityFromDataStore.Builder
entityType(DataEntityFromDataStore.EntityType entityType)
The entity type.DataEntityFromDataStore.Builder
externalKey(String externalKey)
The external key for the objectDataEntityFromDataStore.Builder
filters(String filters)
Filters present in the Datastore.DataEntityFromDataStore.Builder
foreignKeys(List<ForeignKey> foreignKeys)
An array of foreign keys.DataEntityFromDataStore.Builder
identifier(String identifier)
Value can only contain upper case letters, underscore and numbers.DataEntityFromDataStore.Builder
isEffectiveDateDisabled(Boolean isEffectiveDateDisabled)
It shows whether or not effective date is disabledDataEntityFromDataStore.Builder
isFlexDataStore(Boolean isFlexDataStore)
It shows whether the datastore is of flex typeDataEntityFromDataStore.Builder
isSilentError(Boolean isSilentError)
It shows whether the extraction of this datastore will stop on errorDataEntityFromDataStore.Builder
key(String key)
The object key.DataEntityFromDataStore.Builder
metadata(ObjectMetadata metadata)
DataEntityFromDataStore.Builder
modelVersion(String modelVersion)
The object’s model version.DataEntityFromDataStore.Builder
name(String name)
Free form text without any restriction on permitted characters.DataEntityFromDataStore.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.DataEntityFromDataStore.Builder
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.DataEntityFromDataStore.Builder
otherTypeLabel(String otherTypeLabel)
Specifies other type label.DataEntityFromDataStore.Builder
parentRef(ParentReference parentRef)
DataEntityFromDataStore.Builder
resourceName(String resourceName)
The resource name.DataEntityFromDataStore.Builder
shape(Shape shape)
DataEntityFromDataStore.Builder
shapeId(String shapeId)
The shape ID.DataEntityFromDataStore.Builder
supportsIncremental(Boolean supportsIncremental)
It shows whether the datastore supports Incremental Extract or not.DataEntityFromDataStore.Builder
types(TypeLibrary types)
DataEntityFromDataStore.Builder
uniqueKeys(List<UniqueKey> uniqueKeys)
An array of unique keys.
-
-
-
Method Detail
-
metadata
public DataEntityFromDataStore.Builder metadata(ObjectMetadata metadata)
-
key
public DataEntityFromDataStore.Builder key(String key)
The object key.- Parameters:
key
- the value to set- Returns:
- this builder
-
modelVersion
public DataEntityFromDataStore.Builder modelVersion(String modelVersion)
The object’s model version.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public DataEntityFromDataStore.Builder parentRef(ParentReference parentRef)
-
name
public DataEntityFromDataStore.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 DataEntityFromDataStore.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
objectVersion
public DataEntityFromDataStore.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 DataEntityFromDataStore.Builder externalKey(String externalKey)
The external key for the object- Parameters:
externalKey
- the value to set- Returns:
- this builder
-
shape
public DataEntityFromDataStore.Builder shape(Shape shape)
-
shapeId
public DataEntityFromDataStore.Builder shapeId(String shapeId)
The shape ID.- Parameters:
shapeId
- the value to set- Returns:
- this builder
-
types
public DataEntityFromDataStore.Builder types(TypeLibrary types)
-
entityType
public DataEntityFromDataStore.Builder entityType(DataEntityFromDataStore.EntityType entityType)
The entity type.- Parameters:
entityType
- the value to set- Returns:
- this builder
-
otherTypeLabel
public DataEntityFromDataStore.Builder otherTypeLabel(String otherTypeLabel)
Specifies other type label.- Parameters:
otherTypeLabel
- the value to set- Returns:
- this builder
-
uniqueKeys
public DataEntityFromDataStore.Builder uniqueKeys(List<UniqueKey> uniqueKeys)
An array of unique keys.- Parameters:
uniqueKeys
- the value to set- Returns:
- this builder
-
foreignKeys
public DataEntityFromDataStore.Builder foreignKeys(List<ForeignKey> foreignKeys)
An array of foreign keys.- Parameters:
foreignKeys
- the value to set- Returns:
- this builder
-
resourceName
public DataEntityFromDataStore.Builder resourceName(String resourceName)
The resource name.- Parameters:
resourceName
- the value to set- Returns:
- this builder
-
objectStatus
public DataEntityFromDataStore.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 DataEntityFromDataStore.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
-
filters
public DataEntityFromDataStore.Builder filters(String filters)
Filters present in the Datastore.It can be Null.
- Parameters:
filters
- the value to set- Returns:
- this builder
-
isEffectiveDateDisabled
public DataEntityFromDataStore.Builder isEffectiveDateDisabled(Boolean isEffectiveDateDisabled)
It shows whether or not effective date is disabled- Parameters:
isEffectiveDateDisabled
- the value to set- Returns:
- this builder
-
isFlexDataStore
public DataEntityFromDataStore.Builder isFlexDataStore(Boolean isFlexDataStore)
It shows whether the datastore is of flex type- Parameters:
isFlexDataStore
- the value to set- Returns:
- this builder
-
isSilentError
public DataEntityFromDataStore.Builder isSilentError(Boolean isSilentError)
It shows whether the extraction of this datastore will stop on error- Parameters:
isSilentError
- the value to set- Returns:
- this builder
-
supportsIncremental
public DataEntityFromDataStore.Builder supportsIncremental(Boolean supportsIncremental)
It shows whether the datastore supports Incremental Extract or not.- Parameters:
supportsIncremental
- the value to set- Returns:
- this builder
-
build
public DataEntityFromDataStore build()
-
copy
public DataEntityFromDataStore.Builder copy(DataEntityFromDataStore model)
-
-