public static class DataEntitySummaryFromDataStore.Builder extends Object
Constructor and Description |
---|
Builder() |
public DataEntitySummaryFromDataStore.Builder metadata(ObjectMetadata metadata)
public DataEntitySummaryFromDataStore.Builder key(String key)
The object key.
key
- the value to setpublic DataEntitySummaryFromDataStore.Builder modelVersion(String modelVersion)
The object’s model version.
modelVersion
- the value to setpublic DataEntitySummaryFromDataStore.Builder parentRef(ParentReference parentRef)
public DataEntitySummaryFromDataStore.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.
name
- the value to setpublic DataEntitySummaryFromDataStore.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic DataEntitySummaryFromDataStore.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic DataEntitySummaryFromDataStore.Builder externalKey(String externalKey)
The external key for the object
externalKey
- the value to setpublic DataEntitySummaryFromDataStore.Builder shape(Shape shape)
public DataEntitySummaryFromDataStore.Builder shapeId(String shapeId)
The shape ID.
shapeId
- the value to setpublic DataEntitySummaryFromDataStore.Builder types(TypeLibrary types)
public DataEntitySummaryFromDataStore.Builder entityType(DataEntitySummaryFromDataStore.EntityType entityType)
The entity type.
entityType
- the value to setpublic DataEntitySummaryFromDataStore.Builder otherTypeLabel(String otherTypeLabel)
Specifies other type label.
otherTypeLabel
- the value to setpublic DataEntitySummaryFromDataStore.Builder uniqueKeys(List<UniqueKey> uniqueKeys)
An array of unique keys.
uniqueKeys
- the value to setpublic DataEntitySummaryFromDataStore.Builder foreignKeys(List<ForeignKey> foreignKeys)
An array of foreign keys.
foreignKeys
- the value to setpublic DataEntitySummaryFromDataStore.Builder resourceName(String resourceName)
The resource name.
resourceName
- the value to setpublic DataEntitySummaryFromDataStore.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic DataEntitySummaryFromDataStore.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.
identifier
- the value to setpublic DataEntitySummaryFromDataStore.Builder filters(String filters)
Query filter for the extract. It can be Null.
filters
- the value to setpublic DataEntitySummaryFromDataStore.Builder isEffectiveDateDisabled(Boolean isEffectiveDateDisabled)
It shows whether or not effective date is disabled
isEffectiveDateDisabled
- the value to setpublic DataEntitySummaryFromDataStore.Builder isFlexDataStore(Boolean isFlexDataStore)
Is Flex data store. Metadata csv will be generated for flex data store
isFlexDataStore
- the value to setpublic DataEntitySummaryFromDataStore.Builder isSilentError(Boolean isSilentError)
Should the VO failure fail the whole batch?
isSilentError
- the value to setpublic DataEntitySummaryFromDataStore.Builder supportsIncremental(Boolean supportsIncremental)
It shows whether the datastore supports Incremental Extract or not.
supportsIncremental
- the value to setpublic DataEntitySummaryFromDataStore build()
public DataEntitySummaryFromDataStore.Builder copy(DataEntitySummaryFromDataStore model)
Copyright © 2016–2024. All rights reserved.