Class DataEntitySummaryFromObject.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.DataEntitySummaryFromObject.Builder
 
- 
- Enclosing class:
- DataEntitySummaryFromObject
 
 public static class DataEntitySummaryFromObject.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
metadatapublic DataEntitySummaryFromObject.Builder metadata(ObjectMetadata metadata) 
 - 
keypublic DataEntitySummaryFromObject.Builder key(String key) The object key.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic DataEntitySummaryFromObject.Builder modelVersion(String modelVersion) The object’s model version.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic DataEntitySummaryFromObject.Builder parentRef(ParentReference parentRef) 
 - 
namepublic DataEntitySummaryFromObject.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
 
 - 
descriptionpublic DataEntitySummaryFromObject.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic DataEntitySummaryFromObject.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
 
 - 
externalKeypublic DataEntitySummaryFromObject.Builder externalKey(String externalKey) The external key for the object- Parameters:
- externalKey- the value to set
- Returns:
- this builder
 
 - 
shapepublic DataEntitySummaryFromObject.Builder shape(Shape shape) 
 - 
shapeIdpublic DataEntitySummaryFromObject.Builder shapeId(String shapeId) The shape ID.- Parameters:
- shapeId- the value to set
- Returns:
- this builder
 
 - 
entityTypepublic DataEntitySummaryFromObject.Builder entityType(DataEntitySummaryFromObject.EntityType entityType) The entity type.- Parameters:
- entityType- the value to set
- Returns:
- this builder
 
 - 
otherTypeLabelpublic DataEntitySummaryFromObject.Builder otherTypeLabel(String otherTypeLabel) Specifies other type label.- Parameters:
- otherTypeLabel- the value to set
- Returns:
- this builder
 
 - 
uniqueKeyspublic DataEntitySummaryFromObject.Builder uniqueKeys(List<UniqueKey> uniqueKeys) An array of unique keys.- Parameters:
- uniqueKeys- the value to set
- Returns:
- this builder
 
 - 
foreignKeyspublic DataEntitySummaryFromObject.Builder foreignKeys(List<ForeignKey> foreignKeys) An array of foreign keys.- Parameters:
- foreignKeys- the value to set
- Returns:
- this builder
 
 - 
resourceNamepublic DataEntitySummaryFromObject.Builder resourceName(String resourceName) The resource name.- Parameters:
- resourceName- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic DataEntitySummaryFromObject.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
 
 - 
identifierpublic DataEntitySummaryFromObject.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
 
 - 
buildpublic DataEntitySummaryFromObject build() 
 - 
copypublic DataEntitySummaryFromObject.Builder copy(DataEntitySummaryFromObject model) 
 
- 
 
-