public static class CreateEntityShapeFromObject.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateEntityShapeFromObject.Builder key(String key)
The object key.
key
- the value to setpublic CreateEntityShapeFromObject.Builder parentRef(ParentReference parentRef)
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.
name
- the value to setpublic CreateEntityShapeFromObject.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic CreateEntityShapeFromObject.Builder externalKey(String externalKey)
The external key for the object.
externalKey
- the value to setpublic CreateEntityShapeFromObject.Builder shape(Shape shape)
public CreateEntityShapeFromObject.Builder shapeId(String shapeId)
The shape ID.
shapeId
- the value to setpublic CreateEntityShapeFromObject.Builder entityType(CreateEntityShapeFromObject.EntityType entityType)
The entity type.
entityType
- the value to setpublic CreateEntityShapeFromObject.Builder otherTypeLabel(String otherTypeLabel)
Specifies other type label.
otherTypeLabel
- the value to setpublic CreateEntityShapeFromObject.Builder uniqueKeys(List<UniqueKey> uniqueKeys)
An array of unique keys.
uniqueKeys
- the value to setpublic CreateEntityShapeFromObject.Builder foreignKeys(List<ForeignKey> foreignKeys)
An array of foreign keys.
foreignKeys
- the value to setpublic CreateEntityShapeFromObject.Builder resourceName(String resourceName)
The resource name.
resourceName
- the value to setpublic CreateEntityShapeFromObject.Builder dataFormat(DataFormat dataFormat)
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.
identifier
- the value to setpublic CreateEntityShapeFromObject build()
public CreateEntityShapeFromObject.Builder copy(CreateEntityShapeFromObject model)
Copyright © 2016–2024. All rights reserved.